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

7 lines
171 B
Objective-C

#import "BaseClassForAllSVGBasicShapes.h"
#import "BaseClassForAllSVGBasicShapes_ForSubclasses.h"
@interface SVGPolylineElement : BaseClassForAllSVGBasicShapes { }
@end