9 lines
127 B
Objective-C
9 lines
127 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
#import "SVGKParser.h"
|
|
|
|
@interface SVGKParserSVG : NSObject <SVGKParserExtension> {
|
|
}
|
|
|
|
@end
|