2025-10-09 16:48:46 +08:00

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