iPhone/MYCrypto_iPhoneAppDelegate.h
changeset 0 0a6527af039b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/iPhone/MYCrypto_iPhoneAppDelegate.h	Sat Apr 04 20:42:03 2009 -0700
     1.3 @@ -0,0 +1,18 @@
     1.4 +//
     1.5 +//  MYCrypto_iPhoneAppDelegate.h
     1.6 +//  MYCrypto-iPhone
     1.7 +//
     1.8 +//  Created by Jens Alfke on 3/30/09.
     1.9 +//  Copyright Jens Alfke 2009. All rights reserved.
    1.10 +//
    1.11 +
    1.12 +#import <UIKit/UIKit.h>
    1.13 +
    1.14 +@interface MYCrypto_iPhoneAppDelegate : NSObject <UIApplicationDelegate> {
    1.15 +    UIWindow *window;
    1.16 +}
    1.17 +
    1.18 +@property (nonatomic, retain) IBOutlet UIWindow *window;
    1.19 +
    1.20 +@end
    1.21 +