]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/TabBarController.h
Make an executive decision to not support regions.
[cydia.git] / CyteKit / TabBarController.h
index cea17d26bd00a833a89502fef755081c4a8f250e..2aa403c4230721f7126c5e586f2cf2f13878e4a0 100644 (file)
 #ifndef CyteKit_TabBarController_H
 #define CyteKit_TabBarController_H
 
-#include <CyteKit/UCPlatform.h>
 #include <CyteKit/ViewController.h>
 
 #include <UIKit/UIKit.h>
 
-#include <Menes/ObjectHandle.h>
-
 @interface UITabBarController (Cydia)
 @end
 
-@interface CyteTabBarController : UITabBarController {
-    _transient UIViewController *transient_;
-    _H<UIViewController> remembered_;
-}
+@interface CyteTabBarController : UITabBarController
 
+- (NSArray *) navigationURLCollection;
 - (UIViewController *) unselectedViewController;
 - (void) setUnselectedViewController:(UIViewController *)transient;