diff -r 000000000000 -r 6856e071d25a iPhone/MYCrypto_iPhoneAppDelegate.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iPhone/MYCrypto_iPhoneAppDelegate.h Tue Jun 09 23:58:03 2009 -0700 @@ -0,0 +1,18 @@ +// +// MYCrypto_iPhoneAppDelegate.h +// MYCrypto-iPhone +// +// Created by Jens Alfke on 3/30/09. +// Copyright Jens Alfke 2009. All rights reserved. +// + +#import + +@interface MYCrypto_iPhoneAppDelegate : NSObject { + UIWindow *window; +} + +@property (nonatomic, retain) IBOutlet UIWindow *window; + +@end +