14 lines
266 B
Objective-C
14 lines
266 B
Objective-C
//
|
|
// SVGPathElement.h
|
|
// SVGKit
|
|
//
|
|
// Copyright Matt Rajca 2010-2011. All rights reserved.
|
|
//
|
|
|
|
#import "BaseClassForAllSVGBasicShapes.h"
|
|
#import "BaseClassForAllSVGBasicShapes_ForSubclasses.h"
|
|
|
|
@interface SVGPathElement : BaseClassForAllSVGBasicShapes { }
|
|
|
|
@end
|