Rename textDefaultFont to defaultFont and remove unnecessary definition in RoomInputToolbarView.h

This commit is contained in:
aringenbach
2023-04-11 14:54:55 +02:00
parent 7673372eed
commit 4519229349
6 changed files with 12 additions and 11 deletions
@@ -382,7 +382,10 @@ typedef enum : NSUInteger
*/
@property (nonatomic) NSAttributedString *attributedTextMessage;
@property (nonatomic, readonly, nonnull) UIFont *textDefaultFont;
/**
Default font for the message composer.
*/
@property (nonatomic, readonly, nonnull) UIFont *defaultFont;
- (void)dismissValidationView:(MXKImageView*)validationView;