some pr suggestions

This commit is contained in:
Mauro Romito
2022-11-09 15:40:10 +01:00
parent 951775b44f
commit bf802b7b4a
2 changed files with 9 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ typedef NS_ENUM(NSUInteger, RoomInputToolbarViewSendMode)
*/
- (void)roomInputToolbarView:(RoomInputToolbarView *)toolbarView sendAttributedTextMessage:(NSAttributedString *)attributedTextMessage;
- (void)didChangeMaximisedState: (BOOL) state;
- (void)didChangeMaximisedState: (BOOL) isMaximised;
@end