1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
// // AppDelegate.m // iOSTestbed // #import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { return YES; } @end