Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
141fd8b8943eb72317dcf1f91398cd7d9f79d6d6
/
.
/
Apple
/
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