Updated all example projects to build against the new project. Cleaned up header imports for flattened project structure

This commit is contained in:
Blake Watters
2011-11-23 15:41:23 -05:00
parent f5008ff9fe
commit 563f5e909b
201 changed files with 5303 additions and 3047 deletions

View File

@@ -19,7 +19,7 @@
//
#import <CoreData/CoreData.h>
#import "../ObjectMapping/RKObjectMapping.h"
#import "RKObjectMapping.h"
@interface RKManagedObjectMapping : RKObjectMapping {
NSEntityDescription* _entity;