Swiftgram/submodules/LegacyComponents/Sources/TGPhotoPaintEyedropperView.h
2020-06-05 17:52:43 +03:00

14 lines
244 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGPhotoPaintEyedropperView : UIView
@property (nonatomic, strong) UIColor *color;
@property (nonatomic, copy) void(^locationChanged)(CGPoint, bool);
- (void)update;
- (void)present;
- (void)dismiss;
@end