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