![]() |
Ignite Tools
|
00001 // 00002 // AppDelegate_iPhone.h 00003 // IgniteTools 00004 // 00005 // Created by Joseph Flasher on 6/2/11. 00006 // Copyright 2011 n/a. All rights reserved. 00007 // 00008 00009 #import <UIKit/UIKit.h> 00010 #import "AppDelegate_Shared.h" 00011 00015 @interface AppDelegate_iPhone : AppDelegate_Shared { 00016 IBOutlet UITabBarController *tabBarController; 00017 } 00018 00022 @property (nonatomic, retain) IBOutlet UITabBarController *tabBarController; 00023 00024 @end 00025