Skip to content

Instantly share code, notes, and snippets.

@happy-coding
Created August 15, 2012 20:35
Show Gist options
  • Save happy-coding/3363377 to your computer and use it in GitHub Desktop.
Save happy-coding/3363377 to your computer and use it in GitHub Desktop.
Prepare Prefix header for core data
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment