root/apps/iphone/my.tel/trunk/Classes/VIP_telAppDelegate.m
@
149
| Revision 149, 0.8 kB (checked in by henri, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | // |
| 2 | // VIP_telAppDelegate.m |
| 3 | // VIP.tel |
| 4 | // |
| 5 | // Created by Henri Asseily on 11/11/08. |
| 6 | // Copyright Telnic Ltd. 2008. All rights reserved. |
| 7 | // |
| 8 | |
| 9 | #import "VIP_telAppDelegate.h" |
| 10 | |
| 11 | @implementation VIP_telAppDelegate |
| 12 | |
| 13 | @synthesize window; |
| 14 | @synthesize loginController; |
| 15 | |
| 16 | - (void)applicationDidFinishLaunching:(UIApplication *)application { |
| 17 | [window addSubview:loginController.view]; |
| 18 | } |
| 19 | |
| 20 | /* |
| 21 | // Optional UITabBarControllerDelegate method |
| 22 | - (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController { |
| 23 | } |
| 24 | */ |
| 25 | |
| 26 | /* |
| 27 | // Optional UITabBarControllerDelegate method |
| 28 | - (void)tabBarController:(UITabBarController *)tabBarController didEndCustomizingViewControllers:(NSArray *)viewControllers changed:(BOOL)changed { |
| 29 | } |
| 30 | */ |
| 31 | |
| 32 | |
| 33 | - (void)dealloc { |
| 34 | [loginController release]; |
| 35 | [window release]; |
| 36 | [super dealloc]; |
| 37 | } |
| 38 | |
| 39 | @end |
| 40 |
Note: See TracBrowser
for help on using the browser.








