diff -r 000000000000 -r 0a6527af039b iPhone/MYCrypto_iPhoneAppDelegate.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iPhone/MYCrypto_iPhoneAppDelegate.h Sat Apr 04 20:42: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 +