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