]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/TabBarController.h
Swap awkward va_list hack for awkward switch hack.
[cydia.git] / CyteKit / TabBarController.h
index bd5fbb9401c19256ec9916603c05f31dcb3e8601..220609c6e0b90c8d9fa3db876a69c50fd2bd0175 100644 (file)
@@ -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 {{{ */
 #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;
+- (void) addViewControllers:(id)no, ...;
 - (UIViewController *) unselectedViewController;
 - (void) setUnselectedViewController:(UIViewController *)transient;