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
@@ -16,7 +16,7 @@
#import <MatrixKit/MatrixKit.h>
#import "VectorContactTableViewCell.h"
#import "ContactTableViewCell.h"
/**
'RoomParticipantsViewController' instance is used to edit members of the room defined by the property 'mxRoom'.
@@ -66,7 +66,7 @@
@param contactCell the cell to customize.
@param indexPath path of the cell in the tableview.
*/
- (void)customizeContactCell:(VectorContactTableViewCell*)contactCell atIndexPath:(NSIndexPath *)indexPath;
- (void)customizeContactCell:(ContactTableViewCell*)contactCell atIndexPath:(NSIndexPath *)indexPath;
@end