diff -r 000000000000 -r 38c3c3923e1f iPhone/MYCrypto_iPhoneAppDelegate.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iPhone/MYCrypto_iPhoneAppDelegate.h Wed Jun 10 09:02:18 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 +