mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Remove k prefix from const string name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user