mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
14 lines
285 B
Objective-C
14 lines
285 B
Objective-C
//
|
|
// SVGKParserPatternsAndGradients.h
|
|
// SVGKit
|
|
//
|
|
// Created by adam applecansuckmybigtodger on 28/06/2012.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import "SVGKParser.h"
|
|
|
|
@interface SVGKParserPatternsAndGradients : NSObject <SVGKParserExtension>
|
|
|
|
@end
|