X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/4c66fad9b489e2bda236a1a46c23c64cb774ea05..367a112d938db5c80814b42c428b517e4a65efd9:/CyteKit/TabBarController.h?ds=inline diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index cea17d26..220609c6 100644 --- a/CyteKit/TabBarController.h +++ b/CyteKit/TabBarController.h @@ -22,21 +22,14 @@ #ifndef CyteKit_TabBarController_H #define CyteKit_TabBarController_H -#include #include #include -#include - -@interface UITabBarController (Cydia) -@end - -@interface CyteTabBarController : UITabBarController { - _transient UIViewController *transient_; - _H remembered_; -} +@interface CyteTabBarController : UITabBarController +- (NSArray *) navigationURLCollection; +- (void) addViewControllers:(id)no, ...; - (UIViewController *) unselectedViewController; - (void) setUnselectedViewController:(UIViewController *)transient;