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

13 lines
198 B
Objective-C

/**
*/
#import "SVGKSource.h"
@interface SVGKSourceString : SVGKSource
@property (nonatomic, strong) NSString* rawString;
+ (SVGKSource*)sourceFromContentsOfString:(NSString*)rawString;
@end