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

8 lines
136 B
Objective-C

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