X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/5fe2bcc666ee632689fded66cca7dd523d3a2728..2e362598168e73f935146b3b7ec4318390651cc6:/CyteKit/TabBarController.h diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index bd5fbb94..220609c6 100644 --- a/CyteKit/TabBarController.h +++ b/CyteKit/TabBarController.h @@ -1,5 +1,5 @@ /* Cydia - iPhone UIKit Front-End for Debian APT - * Copyright (C) 2008-2013 Jay Freeman (saurik) + * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ @@ -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;