Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/react-native-svg/apple/Elements/RNSVGForeignObject.h
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

13 lines
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