2025-10-09 16:48:46 +08:00

10 lines
144 B
Objective-C

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