mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
18 lines
319 B
Objective-C
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
|