Skip to content

Instantly share code, notes, and snippets.

@westonplatter
Created January 29, 2014 01:52
Show Gist options
  • Select an option

  • Save westonplatter/8680329 to your computer and use it in GitHub Desktop.

Select an option

Save westonplatter/8680329 to your computer and use it in GitHub Desktop.
#import "AppDelegate.h"
#import <Foundation/Foundation.h>
@interface CoreDataHelper : NSObject
+(NSManagedObjectContext *) getManagedObjectContext;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment