mirror of
https://github.com/blanking003/cx-cocos.git
synced 2024-12-25 19:29:02 +00:00
10 lines
116 B
Objective-C
10 lines
116 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface CxMaskView : UIView
|
|
|
|
@property (strong, nonatomic) UIView* contentView;
|
|
|
|
@end
|
|
|
|
|