SVGSwitchElement.h 203 B

1234567891011
  1. #import "SVGElement.h"
  2. #import "ConverterSVGToCALayer.h"
  3. @interface SVGSwitchElement : SVGElement <ConverterSVGToCALayer>
  4. @property (nonatomic, readonly, strong) NodeList * visibleChildNodes;
  5. @end