RestKit model mapping refactor strike 1

This commit is contained in:
Blake Watters
2010-03-04 15:54:29 -05:00
parent 7249484a30
commit c867a5a313
8 changed files with 769 additions and 429 deletions

View File

@@ -0,0 +1,15 @@
//
// RKMappingFormatJSONParser.h
// RestKit
//
// Created by Blake Watters on 3/4/10.
// Copyright 2010 Two Toasters. All rights reserved.
//
#import "RKModelMapper.h"
@interface RKMappingFormatJSONParser : NSObject <RKMappingFormatParser> {
}
@end