summaryrefslogtreecommitdiff
path: root/Tools/WebKitTestRunner/WebKitTestRunnerApp/AppDelegate.h
blob: 27752908b7c01af5d5bfb0323488e8fbfee1fa30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  AppDelegate.h
//  WebKitTestRunnerApp
//
//  Created by David Farler on 1/22/14.
//
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end