SVGKParserStyles.h 319 B

1234567891011121314151617
  1. //
  2. // SVGStyleParser.h
  3. // SVGPad
  4. //
  5. // Created by Kevin Stich on 2/2/12.
  6. // Copyright (c) 2012 __MyCompanyName__. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "SVGKParser.h"
  10. @interface SVGKParserStyles : NSObject <SVGKParserExtension> {
  11. @private
  12. // NSSet *_tags, *_namespaces;
  13. }
  14. @end