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

9 lines
172 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGPhotoEditorBlurTypeButton : UIControl
@property (nonatomic, copy) NSString *title;
@property (nonatomic, copy) UIImage *image;
@end