Files
RestKit/Code/Support/Parsers/JSON/RKJSONParserNXJSON.h
2011-07-28 17:53:19 -04:00

18 lines
271 B
Objective-C

//
// RKJSONParserNXJSON.h
// RestKit
//
// Created by Evan Cordell on 7/26/11.
// Copyright 2011 Two Toasters. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "../../RKParser.h"
@interface RKJSONParserNXJSON : NSObject <RKParser> {
}
@end