1 2 #import "RNSVGGroup.h" 3 #import "RNSVGLength.h" 4 5 @interface RNSVGForeignObject : RNSVGGroup 6 7 @property (nonatomic, strong) RNSVGLength *x; 8 @property (nonatomic, strong) RNSVGLength *y; 9 @property (nonatomic, strong) RNSVGLength *foreignObjectwidth; 10 @property (nonatomic, strong) RNSVGLength *foreignObjectheight; 11 12 @end 13