SVGKParserSVG.h 127 B

12345678
  1. #import <Foundation/Foundation.h>
  2. #import "SVGKParser.h"
  3. @interface SVGKParserSVG : NSObject <SVGKParserExtension> {
  4. }
  5. @end