mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-23 19:50:47 +00:00
9 lines
212 B
Objective-C
9 lines
212 B
Objective-C
#import <LegacyComponents/TGModernButton.h>
|
|
|
|
@interface TGModernToolbarButton : TGModernButton
|
|
|
|
@property (nonatomic, strong) UILabel *buttonTitleLabel;
|
|
@property (nonatomic, strong) NSString *buttonTitle;
|
|
|
|
@end
|