Passer Rating iOS  1.0
iOS demo project for Xcode 4 Unleashed
Passer Rating/Passer_RatingAppDelegate.h
Go to the documentation of this file.
00001 //
00002 //  Passer_RatingAppDelegate.h
00003 //  Passer Rating
00004 //
00005 //  Created by Xcode User on 6/19/11.
00006 //  Copyright 2011 Fritz Anderson. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 
00011 @interface Passer_RatingAppDelegate : NSObject <UIApplicationDelegate>
00012 
00013 @property (nonatomic, retain) IBOutlet UIWindow *window;
00014 
00015 @property (nonatomic, retain, readonly) NSManagedObjectContext *managedObjectContext;
00016 @property (nonatomic, retain, readonly) NSManagedObjectModel *managedObjectModel;
00017 @property (nonatomic, retain, readonly) NSPersistentStoreCoordinator *persistentStoreCoordinator;
00018 
00019 - (NSURL *)applicationDocumentsDirectory;
00020 
00021 @property (nonatomic, retain) IBOutlet UINavigationController *navigationController;
00022 
00023 @end
 All Classes Files Functions Variables Properties Defines