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 67c768f8fc
commit 434559488d
6 changed files with 12 additions and 11 deletions

View File

@@ -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;