full screen improvements

This commit is contained in:
Mauro Romito
2022-11-15 18:56:00 +01:00
parent af2e73539f
commit 9d77f65ac2
2 changed files with 13 additions and 1 deletions
@@ -47,6 +47,7 @@ typedef enum : NSUInteger
@class MXKRoomInputToolbarView;
@class MXKImageView;
@protocol MXKRoomInputToolbarViewDelegate <NSObject>
/**
@@ -381,4 +382,6 @@ typedef enum : NSUInteger
*/
@property (nonatomic) NSAttributedString *attributedTextMessage;
- (void)dismissValidationView:(MXKImageView*)validationView;
@end