diff options
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; |