7 lines
171 B
Objective-C
7 lines
171 B
Objective-C
#import "BaseClassForAllSVGBasicShapes.h"
|
|
#import "BaseClassForAllSVGBasicShapes_ForSubclasses.h"
|
|
|
|
@interface SVGPolylineElement : BaseClassForAllSVGBasicShapes { }
|
|
|
|
@end
|