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

8 lines
136 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGPaintingWrapperView : UIView
@property (nonatomic, copy) bool (^shouldReceiveTouch)(void);
@end