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

9 lines
225 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGPhotoPaintSettingsWrapperView : UIButton
@property (nonatomic, copy) void (^pressed)(CGPoint location);
@property (nonatomic, copy) bool (^suppressTouchAtPoint)(CGPoint location);
@end