14 lines
259 B
Objective-C
14 lines
259 B
Objective-C
/**
|
|
|
|
*/
|
|
#import "SVGKSource.h"
|
|
|
|
@interface SVGKSourceNSData : SVGKSource
|
|
|
|
@property (nonatomic, strong) NSData* rawData;
|
|
@property (nonatomic, strong) NSURL* effectiveURL;
|
|
|
|
+ (SVGKSource*)sourceFromData:(NSData*)data URLForRelativeLinks:(NSURL*) url;
|
|
|
|
@end
|