Remove relative import paths from Parsers

This commit is contained in:
Blake Watters
2011-12-02 09:01:18 -05:00
parent 8f60d345c4
commit 8ca1a5bd99
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
// limitations under the License.
//
#import "../../RKParser.h"
#import "RKParser.h"
@interface RKJSONParserJSONKit : NSObject <RKParser> {
}