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

12 lines
330 B
Objective-C

#import "RNSVGEdgeMode.h"
#import "RNSVGFilterPrimitive.h"
@interface RNSVGFeGaussianBlur : RNSVGFilterPrimitive
@property (nonatomic, strong) NSString *in1;
@property (nonatomic, strong) NSNumber *stdDeviationX;
@property (nonatomic, strong) NSNumber *stdDeviationY;
@property (nonatomic, assign) RNSVGEdgeMode edgeMode;
@end