10 lines
228 B
C
10 lines
228 B
C
|
#import "RNSVGFilterPrimitive.h"
|
||
|
|
||
|
@interface RNSVGFeOffset : RNSVGFilterPrimitive
|
||
|
|
||
|
@property (nonatomic, strong) NSString *in1;
|
||
|
@property (nonatomic, strong) RNSVGLength *dx;
|
||
|
@property (nonatomic, strong) RNSVGLength *dy;
|
||
|
|
||
|
@end
|