mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Rename textDefaultFont to defaultFont and remove unnecessary definition in RoomInputToolbarView.h
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user