diff options
Diffstat (limited to 'CyteKit/TabBarController.h')
-rw-r--r-- | CyteKit/TabBarController.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index 2849b4b..7aee767 100644 --- a/CyteKit/TabBarController.h +++ b/CyteKit/TabBarController.h @@ -26,15 +26,10 @@ #include <UIKit/UIKit.h> -#include <Menes/ObjectHandle.h> - @interface UITabBarController (Cydia) @end -@interface CyteTabBarController : UITabBarController { - _transient UIViewController *transient_; - _H<UIViewController> remembered_; -} +@interface CyteTabBarController : UITabBarController - (UIViewController *) unselectedViewController; - (void) setUnselectedViewController:(UIViewController *)transient; |