Make imports of RKParser relative so they resolve correctly outside of the library project

This commit is contained in:
Blake Watters
2011-06-13 08:33:34 -04:00
parent a41917af66
commit 2493828414
6 changed files with 8 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
// Copyright 2011 Two Toasters. All rights reserved.
//
#import "RKParser.h"
#import "../../RKParser.h"
@interface RKJSONParserSBJSON : NSObject <RKParser> {
}