Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
b2a8c38bb20e0a201bbc60f66371ee4e406f6dae
/
.
/
iOS
/
testbed
/
iOSTestbed
/
AppDelegate.m
blob: e5085399d0ca5fbdfdd2bac7c4c18f213b77b60f [
file
]
//
// AppDelegate.m
// iOSTestbed
//
#import "AppDelegate.h"
@interface
AppDelegate
()
@end
@implementation
AppDelegate
-
(
BOOL
)
application
:(
UIApplication
*)
application didFinishLaunchingWithOptions
:(
NSDictionary
*)
launchOptions
{
return
YES
;
}
@end