react-native-svg-desktop/apple/Elements/RNSVGForeignObject.h

13 строки
318 B
Objective-C

#import "RNSVGGroup.h"
#import "RNSVGLength.h"
@interface RNSVGForeignObject : RNSVGGroup
@property (nonatomic, strong) RNSVGLength *x;
@property (nonatomic, strong) RNSVGLength *y;
@property (nonatomic, strong) RNSVGLength *foreignObjectwidth;
@property (nonatomic, strong) RNSVGLength *foreignObjectheight;
@end