]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/TabBarController.h
Ignore .dSYM folders I am suddenly ending up with.
[cydia.git] / CyteKit / TabBarController.h
index 2aa403c4230721f7126c5e586f2cf2f13878e4a0..220609c6e0b90c8d9fa3db876a69c50fd2bd0175 100644 (file)
 
 #include <UIKit/UIKit.h>
 
-@interface UITabBarController (Cydia)
-@end
-
 @interface CyteTabBarController : UITabBarController
 
 - (NSArray *) navigationURLCollection;
+- (void) addViewControllers:(id)no, ...;
 - (UIViewController *) unselectedViewController;
 - (void) setUnselectedViewController:(UIViewController *)transient;