8 lines
144 B
C
8 lines
144 B
C
|
#import "RNSVGFilterPrimitive.h"
|
||
|
|
||
|
@interface RNSVGFeMerge : RNSVGFilterPrimitive
|
||
|
|
||
|
@property (nonatomic, copy) NSArray<NSString *> *nodes;
|
||
|
|
||
|
@end
|