Swiftgram/LegacyComponents/TGModernBarButton.h
Ilya Laktyushin e2290bbeda no message
2018-06-07 17:28:41 +03:00

13 lines
295 B
Objective-C

#import <LegacyComponents/TGModernButton.h>
@interface TGModernBarButton : TGModernButton
@property (nonatomic) CGPoint portraitAdjustment;
@property (nonatomic) CGPoint landscapeAdjustment;
@property (nonatomic, strong) UIImage *image;
- (instancetype)initWithImage:(UIImage *)image;
@end