12 lines
203 B
Objective-C
12 lines
203 B
Objective-C
|
|
|
|
#import "SVGElement.h"
|
|
|
|
#import "ConverterSVGToCALayer.h"
|
|
|
|
@interface SVGSwitchElement : SVGElement <ConverterSVGToCALayer>
|
|
|
|
@property (nonatomic, readonly, strong) NodeList * visibleChildNodes;
|
|
|
|
@end
|