mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Improved cell rendering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user