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

18 lines
319 B
Objective-C

//
// SVGStyleParser.h
// SVGPad
//
// Created by Kevin Stich on 2/2/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "SVGKParser.h"
@interface SVGKParserStyles : NSObject <SVGKParserExtension> {
@private
// NSSet *_tags, *_namespaces;
}
@end