newsmemory-ios-sdk/Frameworks/RNSVG.xcframework/ios-arm64/Headers/RNSVGForeignObject.h

13 lines
318 B
C
Raw Normal View History

#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