Skip to content

Instantly share code, notes, and snippets.

View ElyasNaranjeeSani's full-sized avatar

Elyas Naranjee Sani ElyasNaranjeeSani

View GitHub Profile
@ElyasNaranjeeSani
ElyasNaranjeeSani / AppDelegate.h
Created May 31, 2013 13:56
smsAppDelegate header
#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;
@property (strong, nonatomic) UITabBarController *tabBarController;