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:
@@ -6,7 +6,7 @@
|
||||
// Copyright 2011 Two Toasters. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RKParser.h"
|
||||
#import "../../RKParser.h"
|
||||
|
||||
@interface RKJSONParserSBJSON : NSObject <RKParser> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user