xref: /expo/ios/vendored/unversioned/react-native-svg/apple/Elements/RNSVGForeignObject.h (revision 7ac216e7)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026