cx-cocos/cx-framework3.1/cx-native/cxMask/cxMaskView.h

10 lines
116 B
C
Raw Normal View History

2021-06-07 07:13:32 +00:00
#import <UIKit/UIKit.h>
@interface CxMaskView : UIView
@property (strong, nonatomic) UIView* contentView;
@end