mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +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
|