mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-23 16:06:38 +02:00
room_members_search
-> rename VectorContactTableViewCell to ContactTableViewCell
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
/**
|
||||
'ContactTableCell' extends MXKTableViewCell.
|
||||
*/
|
||||
@interface VectorContactTableViewCell : MXKTableViewCell <MXKCellRendering>
|
||||
@interface ContactTableViewCell : MXKTableViewCell <MXKCellRendering>
|
||||
|
||||
@property (strong, nonatomic) IBOutlet MXKImageView *thumbnailView;
|
||||
@property (strong, nonatomic) IBOutlet UILabel *contactDisplayNameLabel;
|
||||
+3
-3
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
#import "VectorContactTableViewCell.h"
|
||||
#import "ContactTableViewCell.h"
|
||||
|
||||
#import "MXKContactManager.h"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#import "AvatarGenerator.h"
|
||||
|
||||
@interface VectorContactTableViewCell()
|
||||
@interface ContactTableViewCell()
|
||||
{
|
||||
/**
|
||||
The current displayed contact.
|
||||
@@ -36,7 +36,7 @@
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation VectorContactTableViewCell
|
||||
@implementation ContactTableViewCell
|
||||
@synthesize mxRoom, mxSession;
|
||||
|
||||
- (void)awakeFromNib
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
<objects>
|
||||
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
||||
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="L2L-l5-wPx" customClass="VectorContactTableViewCell">
|
||||
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="L2L-l5-wPx" customClass="ContactTableViewCell">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="74"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="L2L-l5-wPx" id="aXz-IR-jj5">
|
||||
Reference in New Issue
Block a user