CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/CatNiPAppDelegate.h
Go to the documentation of this file.
00001 //
00002 //  CatNiPAppDelegate.h
00003 //  CatNiP
00004 //
00005 //  Created by Miisa J Nampajarvi, tkol on 5/30/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 #import "LocalDataHandler.h"
00011 #import "UncaughtExceptionHandler.h"
00012 // Doxygen directives to prevent Doxygen from thinking we're documenting CatNiPViewController here
00014 @class CatNiPViewController;
00016 @interface CatNiPAppDelegate : NSObject <UIApplicationDelegate> {
00017 
00018 }
00019 
00020 @property (nonatomic, retain) IBOutlet UIWindow *window;
00021 
00022 @property (nonatomic, retain) IBOutlet CatNiPViewController *viewController;
00023 
00024 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines