Swiftgram/LegacyComponents/TGPhotoEditorButton.h
2017-07-28 16:50:06 +03:00

14 lines
451 B
Objective-C

#import <LegacyComponents/TGPhotoEditorInterfaceAssets.h>
@interface TGPhotoEditorButton : UIControl
@property (nonatomic, strong) UIImage *iconImage;
@property (nonatomic, assign) bool active;
@property (nonatomic, assign) bool disabled;
@property (nonatomic, assign) bool dontHighlightOnSelection;
- (void)setIconImage:(UIImage *)image activeIconImage:(UIImage *)activeIconImage;
- (void)setSelected:(BOOL)selected animated:(BOOL)animated;
@end