HomeVC: Moved code (opening room and maintaining the current one) from RecentsVC to HomeVC - Part 1

This commit is contained in:
manuroe
2015-12-09 14:39:37 +01:00
parent b009ca8110
commit ef63d90f93
5 changed files with 301 additions and 178 deletions
+1 -14
View File
@@ -16,20 +16,7 @@
#import <MatrixKit/MatrixKit.h>
@interface RecentsViewController : MXKRecentListViewController <MXKRecentListViewControllerDelegate>
/**
Open the room with the provided identifier in a specific matrix session.
@param roomId the room identifier.
@param mxSession the matrix session in which the room should be available.
*/
- (void)selectRoomWithId:(NSString*)roomId inMatrixSession:(MXSession*)mxSession;
/**
Close the current selected room (if any)
*/
- (void)closeSelectedRoom;
@interface RecentsViewController : MXKRecentListViewController
@end