Refactored RestKit. Changed classing naming conventions to better indicate object roles. Moved OCMock and UISpec dependencies in as submodules. Introduced router concept for generating paths and object serializations.

This commit is contained in:
Blake Watters
2010-07-20 15:46:43 -04:00
parent b849fc84e0
commit 878a2a5e69
65 changed files with 1336 additions and 962 deletions

View File

@@ -6,7 +6,7 @@
// Copyright 2010 Two Toasters. All rights reserved.
//
#import "RKModelMapper.h"
#import "RKResourceMapper.h"
#import "JSON.h"
@interface RKMappingFormatJSONParser : NSObject <RKMappingFormatParser> {