Swiftgram/LegacyComponents/TGModernToolbarButton.h
2017-07-22 01:05:13 +03: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