mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-09 17:30:58 +00:00
refactor: rename ios/ source folder to apple/
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
#import "RNSVGGroup.h"
|
||||
#import "RNSVGLength.h"
|
||||
|
||||
@interface RNSVGMask : RNSVGGroup
|
||||
|
||||
@property (nonatomic, strong) RNSVGLength *x;
|
||||
@property (nonatomic, strong) RNSVGLength *y;
|
||||
@property (nonatomic, strong) RNSVGLength *maskwidth;
|
||||
@property (nonatomic, strong) RNSVGLength *maskheight;
|
||||
@property (nonatomic, assign) RNSVGUnits maskUnits;
|
||||
@property (nonatomic, assign) RNSVGUnits maskContentUnits;
|
||||
@property (nonatomic, assign) CGAffineTransform maskTransform;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user