2 // iscsynthAppDelegate.m
5 // Created by Axel Balley on 20/10/08.
6 // Copyright __MyCompanyName__ 2008. All rights reserved.
9 #import "iscsynthAppDelegate.h"
11 @implementation iscsynthAppDelegate
16 - (void)applicationDidFinishLaunching:(UIApplication *)application {
18 // Override point for customization after application launch
19 [window addSubview:[tabBarController view]];
21 [window makeKeyAndVisible];