summaryrefslogtreecommitdiffstats
path: root/iOS/testbed/iOSTestbed/AppDelegate.m
blob: e5085399d0ca5fbdfdd2bac7c4c18f213b77b60f (plain)
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