X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/5fe2bcc666ee632689fded66cca7dd523d3a2728..7ccc1484ab74ebf5797820bdd24edccfd42aaa50:/CyteKit/TabBarController.h diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index bd5fbb94..2aa403c4 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,16 @@ #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; - (UIViewController *) unselectedViewController; - (void) setUnselectedViewController:(UIViewController *)transient;