Cleaned up miscellaneous artifacts from squashing object mapping 2.0

This commit is contained in:
Blake Watters
2011-06-11 20:19:52 -04:00
parent 8aef0a36b5
commit 8e5fa664e8
10 changed files with 186 additions and 385 deletions

View File

@@ -16,12 +16,7 @@
@protocol RKObjectLoaderDelegate <RKRequestDelegate>
@required
/**
* Sent when an object loaded failed to load the collection due to an error
*/
- (void)objectLoader:(RKObjectLoader*)objectLoader didFailWithError:(NSError*)error;
@optional
/**
* Sent when an object loaded failed to load the collection due to an error
*/