Finished rework, getting rooms with all the necessary information from MXStore

This commit is contained in:
Aram Sargsyan
2017-08-31 17:51:49 +04:00
parent ee4a76674a
commit c962a056e3
7 changed files with 124 additions and 92 deletions
@@ -27,6 +27,4 @@ typedef NS_ENUM(NSInteger, ShareDataSourceMode)
- (instancetype)initWithMode:(ShareDataSourceMode)dataSourceMode;
- (MXRoomSummary *)getRoomSummaryAtIndexPath:(NSIndexPath *)indexPath;
@end