diff options
-rw-r--r-- | iPhonePrivate.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 96679a5..f87cac9 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) |