diff -r 000000000000 -r df9da0f6b358 iPhone/MYCrypto_iPhoneAppDelegate.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iPhone/MYCrypto_iPhoneAppDelegate.h Fri Jun 05 08:57: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 +