cx-cocos/cx-framework3.1/cx-native/cxMask/cxMaskView.h
2021-06-07 15:13:32 +08:00

10 lines
116 B
Objective-C

#import <UIKit/UIKit.h>
@interface CxMaskView : UIView
@property (strong, nonatomic) UIView* contentView;
@end