blob: 50d973ba7642b9c274b637cbe9e7779ec1dc9dab [file] [log] [blame]
#import <UIKit/UIKit.h>
@class BenchmarkIPhoneViewController;
@interface BenchmarkIPhoneAppDelegate : NSObject <UIApplicationDelegate>
{
UIWindow *window;
BenchmarkIPhoneViewController *viewController;
}
@property (nonatomic, strong) IBOutlet UIWindow *window;
@property (nonatomic, strong) IBOutlet BenchmarkIPhoneViewController *viewController;
@end