mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
10 lines
144 B
Objective-C
10 lines
144 B
Objective-C
/*
|
|
http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDefsElement
|
|
|
|
*/
|
|
#import "SVGElement.h"
|
|
|
|
@interface SVGDefsElement : SVGElement { }
|
|
|
|
@end
|