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

15 lines
232 B
Objective-C

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