Sign in
android
/
platform
/
external
/
python
/
cpython3
/
00b071137bb
/
.
/
iOS
/
testbed
/
iOSTestbed
/
AppDelegate.m
blob: e5085399d0ca5fbdfdd2bac7c4c18f213b77b60f [
file
] [
log
] [
blame
]
//
// AppDelegate.m
// iOSTestbed
//
#import "AppDelegate.h"
@interface
AppDelegate
()
@end
@implementation
AppDelegate
-
(
BOOL
)
application
:(
UIApplication
*)
application didFinishLaunchingWithOptions
:(
NSDictionary
*)
launchOptions
{
return
YES
;
}
@end