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

13 lines
318 B
C
Raw Permalink Normal View History

2024-05-02 15:08:24 +00:00
#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