SVGTitleElement.m 207 B

12345678910111213141516
  1. //
  2. // SVGTitleElement.m
  3. // SVGKit
  4. //
  5. // Copyright Matt Rajca 2010. All rights reserved.
  6. //
  7. #import "SVGTitleElement.h"
  8. @implementation SVGTitleElement
  9. + (BOOL)shouldStoreContent {
  10. return YES;
  11. }
  12. @end