SVGPathElement.h 266 B

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