mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-27 21:52:24 +02:00
8 lines
155 B
Objective-C
8 lines
155 B
Objective-C
#import <LegacyComponents/TGModernToolbarButton.h>
|
|
|
|
@interface TGModernBackToolbarButton : TGModernToolbarButton
|
|
|
|
- (instancetype)initWithLightMode;
|
|
|
|
@end
|