SVGDescriptionElement.h 186 B

123456789101112
  1. //
  2. // SVGDescriptionElement.h
  3. // SVGKit
  4. //
  5. // Copyright Matt Rajca 2010-2011. All rights reserved.
  6. //
  7. #import "SVGElement.h"
  8. @interface SVGDescriptionElement : SVGElement { }
  9. @end