]> git.saurik.com Git - cydia.git/commitdiff
Update iPhonePrivate.h for unselected tab bar changes.
authorGrant Paul <chpwn@chpwn.com>
Mon, 14 Feb 2011 02:50:59 +0000 (18:50 -0800)
committerGrant Paul <chpwn@chpwn.com>
Mon, 14 Feb 2011 02:50:59 +0000 (18:50 -0800)
iPhonePrivate.h

index 96679a5998508148c496de158580ff7feb68b5b1..f87cac9858f3ef7fe7c5c4603377383a32771f54 100644 (file)
@@ -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)