// // SVGTitleElement.m // SVGKit // // Copyright Matt Rajca 2010. All rights reserved. // #import "SVGTitleElement.h" @implementation SVGTitleElement + (BOOL)shouldStoreContent { return YES; } @end