mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-07 23:06:59 +08:00
fix for mapper bug that was assuming a 1:1 mapping between object classes and elements; removed method from dictionary category that made the 1:1 mapping assumption that caused the mapper bug; collapsed the RKRequestModel and RKRequestTTModel classes into RKRequestTTModel; made changes to the Three20 integration to perform all cache loading and network loading in response to Three20 load calls; used isOutdated TTModel method to enforce refreshRate on RKRequestTTModel
This commit is contained in:
@@ -62,6 +62,6 @@
|
||||
/**
|
||||
* Search the model for matching text
|
||||
*/
|
||||
- (void)search:(NSString *)text;
|
||||
- (void)search:(NSString*)text;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user