Sha256: 2473cf2a3d499b058a0a548a1fe7e07a35042b4e682185f8a6ec8ec22f131193

Contents?: true

Size: 610 Bytes

Versions: 4

Compression:

Stored size: 610 Bytes

Contents

//
//  AppDelegate.h
//  FurterApp
//
//  Created by Levi Wilson on 3/20/13.
//  Copyright (c) 2013 Levi Wilson. 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

4 entries across 4 versions & 1 rubygems

Version Path
furter-0.0.3.3 app/FurterApp/FurterApp/AppDelegate.h
furter-0.0.3.2 app/FurterApp/FurterApp/AppDelegate.h
furter-0.0.3.1 app/FurterApp/FurterApp/AppDelegate.h
furter-0.0.3 app/FurterApp/FurterApp/AppDelegate.h