SVGStyleElement.h 215 B

12345678910111213
  1. //
  2. // SVGStyleElement.h
  3. // SVGPad
  4. //
  5. // Created by Kevin Stich on 2/21/12.
  6. // Copyright (c) 2012 __MyCompanyName__. All rights reserved.
  7. //
  8. #import "SVGElement.h"
  9. @interface SVGStyleElement : SVGElement
  10. @end