mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Make RKClient on manager writable so I can swap it out for specs
This commit is contained in:
@@ -53,7 +53,7 @@ extern NSString* const RKDidEnterOnlineModeNotification;
|
||||
/**
|
||||
* The REST client for this manager
|
||||
*/
|
||||
@property (nonatomic, readonly) RKClient* client;
|
||||
@property (nonatomic, retain) RKClient* client;
|
||||
|
||||
/**
|
||||
* Puts the manager into offline mode. Requests will not be sent.
|
||||
|
||||
Reference in New Issue
Block a user