Swiftgram/submodules/LegacyComponents/Sources/TGPhotoEditorTintSwatchView.h
2020-02-22 15:38:54 +04:00

9 lines
179 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGPhotoEditorTintSwatchView : UIControl
@property (nonatomic, strong) UIColor *color;
@end
extern const CGFloat TGPhotoEditorTintSwatchSize;