mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Introduce roomListDataReady on HomeViewController
This commit is contained in:
@@ -17,11 +17,21 @@
|
||||
|
||||
#import "RecentsViewController.h"
|
||||
|
||||
/**
|
||||
Notification to be posted when room list data is ready.
|
||||
*/
|
||||
FOUNDATION_EXPORT NSString *const HomeViewControllerRoomListDataReadyNotification;
|
||||
|
||||
/**
|
||||
The `HomeViewController` screen is the main app screen.
|
||||
*/
|
||||
@interface HomeViewController : RecentsViewController <UITableViewDataSource, UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout>
|
||||
|
||||
/**
|
||||
Listen HomeViewControllerRoomListDataReadyNotification for changes.
|
||||
*/
|
||||
@property (nonatomic, assign, readonly, getter=isRoomListDataReady) BOOL roomListDataReady;
|
||||
|
||||
+ (instancetype)instantiate;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user