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

13 lines
174 B
Objective-C

//
// SVGTitleElement.h
// SVGKit
//
// Copyright Matt Rajca 2010-2011. All rights reserved.
//
#import "SVGElement.h"
@interface SVGTitleElement : SVGElement { }
@end