mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-06 22:39:42 +08:00
16 lines
258 B
Objective-C
16 lines
258 B
Objective-C
//
|
|
// 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
|