2 // iscsynthAppDelegate.h
5 // Created by Axel Balley on 20/10/08.
6 // Copyright __MyCompanyName__ 2008. All rights reserved.
9 #import <UIKit/UIKit.h>
11 @interface iscsynthAppDelegate
: NSObject
<UIApplicationDelegate
> {
13 IBOutlet UITabBarController
*tabBarController
;
14 IBOutlet UITableViewController
*tableViewController
;
17 @
property (nonatomic
, retain
) IBOutlet UIWindow
*window
;