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

10 lines
228 B
Objective-C

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