2019-12-26 15:55:27 +04:00

12 lines
285 B
Objective-C

/**
Parses the "<defs>" and "<use>" tags in SVG files.
NB: relies upon other parsers to parse the actual CONTENTS of a "defs" or "use" tag
*/
#import <Foundation/Foundation.h>
#import "SVGKParserExtension.h"
@interface SVGKParserDefsAndUse : NSObject <SVGKParserExtension>
@end