mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Make imports of RKParser relative so they resolve correctly outside of the library project
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
// RestKit
|
||||
#import <RestKit/RestKit.h>
|
||||
#import <RestKit/CoreData/CoreData.h>
|
||||
#import <RestKit/Support/JSON/JSONKit/RKJSONParserJSONKit.h>
|
||||
#import <RestKit/Support/JSON/SBJSON/RKJSONParserSBJSON.h>
|
||||
#import <RestKit/Support/JSON/YAJL/RKJSONParserYAJL.h>
|
||||
|
||||
// Three20
|
||||
#import <Three20/Three20.h>
|
||||
|
||||
Reference in New Issue
Block a user