SVGKSourceString.h 198 B

123456789101112
  1. /**
  2. */
  3. #import "SVGKSource.h"
  4. @interface SVGKSourceString : SVGKSource
  5. @property (nonatomic, strong) NSString* rawString;
  6. + (SVGKSource*)sourceFromContentsOfString:(NSString*)rawString;
  7. @end