2025-10-09 16:48:46 +08: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