mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-27 21:52:24 +02: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
|