mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-06 22:39:42 +08:00
15 lines
226 B
Objective-C
15 lines
226 B
Objective-C
//
|
|
// RKMappingFormatJSONParser.h
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 3/4/10.
|
|
// Copyright 2010 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
#import "RKParser.h"
|
|
|
|
@interface RKJSONParser : NSObject <RKParser> {
|
|
}
|
|
|
|
@end
|