mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 17:57:22 +08:00
15 lines
232 B
Objective-C
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
|