Skip to content

Instantly share code, notes, and snippets.

@FlaviuSim
Created March 1, 2012 12:26
Show Gist options
  • Save FlaviuSim/1949516 to your computer and use it in GitHub Desktop.
Save FlaviuSim/1949516 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (readonly, strong, nonatomic) NSManagedObjectContext *managedObjectContext;
@property (readonly, strong, nonatomic) NSManagedObjectModel *managedObjectModel;
@property (readonly, strong, nonatomic) NSPersistentStoreCoordinator *persistentStoreCoordinator;
- (void)saveContext;
- (NSURL *)applicationDocumentsDirectory;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment