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

@@ -7,7 +7,7 @@
//
#import <RestKit/RestKit.h>
#import <RestKit/CoreData/CoreData.h>
#import <RestKit/CoreData.h>
@interface RKTStatus : NSManagedObject {
}