From 7585ce6664b4c87d7b8711506ba64d354c293e9a Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 1 Dec 2010 06:43:08 -0800 Subject: Merge CYContainer with CYTabBarController for 2.x support. --- iPhonePrivate.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'iPhonePrivate.h') diff --git a/iPhonePrivate.h b/iPhonePrivate.h index ce4fa13..afb4a34 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -90,6 +90,9 @@ typedef enum { - (void) setText:(NSString *)text; @end +@interface UITransitionView : UIView +@end + @interface UIWebDocumentView : UIView - (CGRect) documentBounds; - (void) enableReachability; @@ -235,6 +238,10 @@ typedef enum { - (UITextField *) searchField; @end +@interface UITabBarController (Apple) +- (UITransitionView *) _transitionView; +@end + @interface UITabBarItem (Apple) - (void) setAnimatedBadge:(BOOL)animated; @end -- cgit v1.2.3