summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2011-02-13 18:50:59 -0800
committerGrant Paul <chpwn@chpwn.com>2011-02-13 18:50:59 -0800
commit928603391a2617640526cdf95f0a5524a6263b04 (patch)
tree2f06a21ad01419243980386cbf8ae27f42e799d4 /iPhonePrivate.h
parent9f99f3daceff1725ca3a8872ad5ff3a625e8f593 (diff)
Update iPhonePrivate.h for unselected tab bar changes.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h5
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)