00001 // 00002 // UnitTestExampleAppDelegate.h 00003 // UnitTestExample 00004 // 00005 // Created by Brad Larson on 3/21/2010. 00006 // 00007 00008 #import <UIKit/UIKit.h> 00009 00010 @interface UnitTestExampleAppDelegate : NSObject <UIApplicationDelegate> { 00011 UIWindow *window; 00012 } 00013 00014 @property (nonatomic, retain) IBOutlet UIWindow *window; 00015 00016 @end 00017