SVGPolylineElement.h 171 B

123456
  1. #import "BaseClassForAllSVGBasicShapes.h"
  2. #import "BaseClassForAllSVGBasicShapes_ForSubclasses.h"
  3. @interface SVGPolylineElement : BaseClassForAllSVGBasicShapes { }
  4. @end