Improved cell rendering

This commit is contained in:
Aram Sargsyan
2017-08-26 15:54:25 +04:00
parent 13d7732ecf
commit ee4a76674a
7 changed files with 58 additions and 62 deletions
+2 -7
View File
@@ -22,16 +22,11 @@ typedef NS_ENUM(NSInteger, ShareDataSourceMode)
DataSourceModeRooms
};
@protocol ShareDataSourceDelegate <NSObject>
- (void)refreshRooms;
@end
@interface ShareDataSource : MXKRecentsDataSource
//@property (weak) id<ShareDataSourceDelegate> delegate;
- (instancetype)initWithMode:(ShareDataSourceMode)dataSourceMode;
- (MXRoomSummary *)getRoomSummaryAtIndexPath:(NSIndexPath *)indexPath;
@end