Introduce room vc notifications

This commit is contained in:
ismailgulek
2021-04-01 23:59:55 +03:00
parent 24ffbb622d
commit f52ddb9a9b
2 changed files with 24 additions and 1 deletions
+10
View File
@@ -37,6 +37,16 @@ extern NSNotificationName const RoomCallTileTappedNotification;
*/
extern NSNotificationName const RoomGroupCallTileTappedNotification;
/**
Notification string used to indicate the view of a 'RoomViewController' instance did appear. Notification object will be 'RoomViewController' instance.
*/
extern NSNotificationName const RoomViewControllerViewDidAppearNotification;
/**
Notification string used to indicate the view of a 'RoomViewController' instance did disappear. Notification object will be 'RoomViewController' instance.
*/
extern NSNotificationName const RoomViewControllerViewDidDisappearNotification;
@interface RoomViewController : MXKRoomViewController
// The preview header