2020-02-22 15:38:54 +04:00

9 lines
212 B
Objective-C

#import <LegacyComponents/TGModernButton.h>
@interface TGModernToolbarButton : TGModernButton
@property (nonatomic, strong) UILabel *buttonTitleLabel;
@property (nonatomic, strong) NSString *buttonTitle;
@end