mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-06 17:32:52 +08:00
RestKit model mapping refactor strike 1
This commit is contained in:
15
Code/RKMappingFormatJSONParser.h
Normal file
15
Code/RKMappingFormatJSONParser.h
Normal 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
|
||||
Reference in New Issue
Block a user