Make sendObject:method:usingBlock: public

This commit is contained in:
Jawwad Ahmad
2012-06-22 11:59:59 -04:00
committed by Blake Watters
parent e4a65b53a2
commit c28461f573

View File

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