Move data ready notification to RecentsViewController

This commit is contained in:
ismailgulek
2021-09-08 11:18:18 +03:00
parent 46d97ca73f
commit b1309a1aac
4 changed files with 16 additions and 26 deletions
@@ -19,6 +19,11 @@
@class RootTabEmptyView;
/**
Notification to be posted when recents data is ready. Notification object will be the RecentsViewController instance.
*/
FOUNDATION_EXPORT NSString *const RecentsViewControllerDataReadyNotification;
@interface RecentsViewController : MXKRecentListViewController <MXKRecentListViewControllerDelegate>
{
@protected