blob: 27752908b7c01af5d5bfb0323488e8fbfee1fa30 [file] [log] [blame]
//
// 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