Files
ghostgram/submodules/LegacyComponents/Sources/TGPaintingWrapperView.h
T

8 lines
136 B
Objective-C

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