this solution looks promising

This commit is contained in:
Mauro Romito
2022-11-04 04:39:22 +01:00
parent 3b5be32cf4
commit 89b2ef6687
7 changed files with 33 additions and 26 deletions

View File

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