From: Grant Paul Date: Mon, 14 Feb 2011 02:50:59 +0000 (-0800) Subject: Update iPhonePrivate.h for unselected tab bar changes. X-Git-Tag: v1.1.0%b1~348 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/928603391a2617640526cdf95f0a5524a6263b04 Update iPhonePrivate.h for unselected tab bar changes. --- diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 96679a59..f87cac98 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -237,9 +237,8 @@ typedef enum { @interface UITabBarController (Apple) - (UITransitionView *) _transitionView; -- (UIViewController *) transientViewController; -- (void) setTransientViewController:(UIViewController *)controller; -- (void) setTransientViewController:(UIViewController *)controller animated:(BOOL)animated; +- (void) concealTabBarSelection; +- (void) revealTabBarSelection; @end @interface UITabBarItem (Apple)