Pulling out RKURL in favor of vanilla NSURL

This commit is contained in:
Blake Watters
2012-09-03 17:07:09 -04:00
parent 3eda5832cb
commit a74b8717dc
10 changed files with 25 additions and 456 deletions

View File

@@ -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.