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