Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitgtk/2.6
/
.
/
Tools
/
WebKitTestRunner
/
WebKitTestRunnerApp
/
AppDelegate.h
blob: 27752908b7c01af5d5bfb0323488e8fbfee1fa30 [
file
] [
log
] [
blame
] [
edit
]
//
// 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