Replace MXCViewController/MXCTableViewController with MXKViewController/MXKTableViewController (from MatrixKit).

This commit is contained in:
giomfo
2015-04-14 10:55:18 +02:00
parent 2ed0372b10
commit dfe648fa7c
22 changed files with 148 additions and 718 deletions
-3
View File
@@ -60,9 +60,6 @@ typedef enum : NSUInteger {
- (void)enableInAppNotifications:(BOOL)isEnabled;
// return a userIds list of 1:1 room members
- (NSArray*)oneToOneRoomMemberIDs;
// Searches if a private OneToOne room has been started with this user
// Returns the room ID (nil if not found)
- (NSString*)privateOneToOneRoomIdWithUserId:(NSString*)userId;