summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 149fdc8..818dae3 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -237,6 +237,9 @@ typedef enum {
@interface UITabBarController (Apple)
- (UITransitionView *) _transitionView;
+- (UIViewController *) transientViewController;
+- (void) setTransientViewController:(UIViewController *)controller;
+- (void) setTransientViewController:(UIViewController *)controller animated:(BOOL)animated;
@end
@interface UITabBarItem (Apple)