X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/f8c9fd4c9a853ca14ac1d1fb123e2e6200879bb4..c2493c4ee87eb8c1acc4c5b9c9494653186e9765:/CyteKit/TabBarController.h diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index 7aee7674..220609c6 100644 --- a/CyteKit/TabBarController.h +++ b/CyteKit/TabBarController.h @@ -26,11 +26,10 @@ #include -@interface UITabBarController (Cydia) -@end - @interface CyteTabBarController : UITabBarController +- (NSArray *) navigationURLCollection; +- (void) addViewControllers:(id)no, ...; - (UIViewController *) unselectedViewController; - (void) setUnselectedViewController:(UIViewController *)transient;