Added error logging and notifications for persistent data store failures.

This commit is contained in:
Blake Watters
2010-03-17 11:40:15 -04:00
parent f399f6c1ea
commit 6864a65303
5 changed files with 36 additions and 4 deletions

View File

@@ -7,9 +7,10 @@
//
#import "RKModelMapper.h"
#import "JSON.h"
@interface RKMappingFormatJSONParser : NSObject <RKMappingFormatParser> {
SBJSON* _parser;
}
@end