room_members_search

-> rename VectorContactTableViewCell to ContactTableViewCell
This commit is contained in:
yannick
2015-12-21 10:27:07 +01:00
parent 6bb821e965
commit f9b8a0d53e
7 changed files with 32 additions and 32 deletions
@@ -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;
@@ -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
@@ -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">