mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-07 01:41:46 +08:00
Pulling out RKURL in favor of vanilla NSURL
This commit is contained in:
@@ -86,14 +86,14 @@ extern NSString * const RKTestFactoryDefaultNamesManagedObjectStore;
|
||||
|
||||
@return The base URL for the factory.
|
||||
*/
|
||||
+ (RKURL *)baseURL;
|
||||
+ (NSURL *)baseURL;
|
||||
|
||||
/**
|
||||
Sets the base URL for the factory.
|
||||
|
||||
@param URL The new base URL.
|
||||
*/
|
||||
+ (void)setBaseURL:(RKURL *)URL;
|
||||
+ (void)setBaseURL:(NSURL *)URL;
|
||||
|
||||
/**
|
||||
Returns the base URL as a string value.
|
||||
|
||||
Reference in New Issue
Block a user