Files
RestKit/Code/Support/Parsers/JSON/RKJSONParserYAJL.h

15 lines
228 B
Objective-C

//
// RKJSONParserYAJL.h
// RestKit
//
// Created by Blake Watters on 5/14/11.
// Copyright 2011 Two Toasters. All rights reserved.
//
#import "../../RKParser.h"
@interface RKJSONParserYAJL : NSObject <RKParser> {
}
@end