Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
5fa5b7facbcd1f725e51daf31c321e02b7db3f02
/
.
/
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