diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 20:18:40 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 20:18:40 -0800 |
commit | 217e22f0f4f84e74a3649d5e292c283b0c468b7f (patch) | |
tree | 829acf2e2906067ced0604f8d77aeb72cda285eb /CyteKit/TabBarController.h | |
parent | 60bd32466fcc4830ee8ff1774cd2e8d5bf390f4a (diff) |
Move some code of Window/TabBarController to Cyte.
Diffstat (limited to 'CyteKit/TabBarController.h')
-rw-r--r-- | CyteKit/TabBarController.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index 2aa403c..220609c 100644 --- a/CyteKit/TabBarController.h +++ b/CyteKit/TabBarController.h @@ -26,12 +26,10 @@ #include <UIKit/UIKit.h> -@interface UITabBarController (Cydia) -@end - @interface CyteTabBarController : UITabBarController - (NSArray *) navigationURLCollection; +- (void) addViewControllers:(id)no, ...; - (UIViewController *) unselectedViewController; - (void) setUnselectedViewController:(UIViewController *)transient; |