Public rooms search: Directory page starts to work (with cells from MatrixKit)

This commit is contained in:
manuroe
2015-12-18 17:17:03 +01:00
parent 10de4757d3
commit e71a4a090d
11 changed files with 108 additions and 37 deletions
@@ -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