2019-12-26 15:55:27 +04:00

10 lines
144 B
Objective-C

/*
http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDefsElement
*/
#import "SVGElement.h"
@interface SVGDefsElement : SVGElement { }
@end