Sha256: e0a2b795015ab5cb7b82a953dd40154a9cad570af2f2a4083179e4edeb2b2e57
Contents?: true
Size: 610 Bytes
Versions: 1
Compression:
Stored size: 610 Bytes
Contents
// // AppDelegate.h // EiffelApplication // // Created by eiffel on 3/29/13. // Copyright (c) 2013 likenote. All rights reserved. // #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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appjam-0.1.8.7 | lib/appjam/generators/templates/blank/EiffelApplication/AppDelegate.h.tt |