X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/7ccc1484ab74ebf5797820bdd24edccfd42aaa50..367a112d938db5c80814b42c428b517e4a65efd9:/CyteKit/TabBarController.h?ds=sidebyside diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index 2aa403c4..220609c6 100644 --- a/CyteKit/TabBarController.h +++ b/CyteKit/TabBarController.h @@ -26,12 +26,10 @@ #include -@interface UITabBarController (Cydia) -@end - @interface CyteTabBarController : UITabBarController - (NSArray *) navigationURLCollection; +- (void) addViewControllers:(id)no, ...; - (UIViewController *) unselectedViewController; - (void) setUnselectedViewController:(UIViewController *)transient;