mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Public rooms search: Directory page starts to work (with cells from MatrixKit)
This commit is contained in:
@@ -16,6 +16,15 @@
|
||||
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
|
||||
@interface DirectoryViewController : MXKTableViewController
|
||||
@class PublicRoomsDirectoryDataSource;
|
||||
|
||||
@interface DirectoryViewController : MXKTableViewController <UITableViewDelegate>
|
||||
|
||||
/**
|
||||
Display data managed by the passed `PublicRoomsDirectoryDataSource`.
|
||||
|
||||
@param dataSource the data source serving the data.
|
||||
*/
|
||||
- (void)displayWitDataSource:(PublicRoomsDirectoryDataSource*)dataSource;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user