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

11 lines
256 B
Objective-C

#import "RNSVGBlendMode.h"
#import "RNSVGFilterPrimitive.h"
@interface RNSVGFeBlend : RNSVGFilterPrimitive
@property (nonatomic, strong) NSString *in1;
@property (nonatomic, strong) NSString *in2;
@property (nonatomic, assign) RNSVGBlendMode mode;
@end