SVGPolygonElement.h 267 B

12345678910111213
  1. //
  2. // SVGPolygonElement.h
  3. // SVGKit
  4. //
  5. // Copyright Matt Rajca 2011. All rights reserved.
  6. //
  7. #import "BaseClassForAllSVGBasicShapes.h"
  8. #import "BaseClassForAllSVGBasicShapes_ForSubclasses.h"
  9. @interface SVGPolygonElement : BaseClassForAllSVGBasicShapes { }
  10. @end