mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-09 02:03:43 +00:00
9 lines
127 B
Objective-C
9 lines
127 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
#import "SVGKParser.h"
|
|
|
|
@interface SVGKParserSVG : NSObject <SVGKParserExtension> {
|
|
}
|
|
|
|
@end
|