CatNiP docutest
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 
00013 @class CatNiPViewController;
00014 
00015 @interface CatNiPAppDelegate : NSObject <UIApplicationDelegate> {
00016 
00017 }
00018 
00019 @property (nonatomic, retain) IBOutlet UIWindow *window;
00020 
00021 @property (nonatomic, retain) IBOutlet CatNiPViewController *viewController;
00022 
00023 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines