Remove k prefix from const string name

This commit is contained in:
ismailgulek
2021-02-10 00:17:43 +03:00
parent 689bad45fe
commit 61b0e6cd89
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
/**
Notification string used to indicate call tile tapped in a room. Notification object will be the `RoomBubbleCellData` object.
*/
extern NSString *const kRoomCallTileTapped;
extern NSNotificationName const RoomCallTileTappedNotification;
@interface RoomViewController : MXKRoomViewController