Sign in
webkit
/
WebKit
/
9137c0b5f680a90ce775873bfecd9f9ec2688b22
/
.
/
Tools
/
WebKitTestRunner
/
WebKitTestRunnerApp
/
AppDelegate.h
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