SVGKParserDefsAndUse.h 285 B

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