X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/6fa0bb60da6b661c2aafc03f11b842ee7136a9bb..fd75908cce0497d8638b82870e5bc4ae215b31e3:/CyteKit/TabBarController.h?ds=sidebyside diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index a1273454..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-2014 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;