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