mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Make sendObject:method:usingBlock: public
This commit is contained in:
committed by
Blake Watters
parent
e4a65b53a2
commit
c28461f573
@@ -433,6 +433,9 @@ typedef enum {
|
||||
*/
|
||||
- (void)deleteObject:(id<NSObject>)object usingBlock:(RKObjectLoaderBlock)block;
|
||||
|
||||
|
||||
- (void)sendObject:(id<NSObject>)object method:(RKRequestMethod)method usingBlock:(void(^)(RKObjectLoader *))block;
|
||||
|
||||
#endif
|
||||
|
||||
//////
|
||||
|
||||
Reference in New Issue
Block a user