13 lines
198 B
Objective-C
13 lines
198 B
Objective-C
/**
|
|
|
|
*/
|
|
#import "SVGKSource.h"
|
|
|
|
@interface SVGKSourceString : SVGKSource
|
|
|
|
@property (nonatomic, strong) NSString* rawString;
|
|
|
|
+ (SVGKSource*)sourceFromContentsOfString:(NSString*)rawString;
|
|
|
|
@end
|