diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-01 06:43:08 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-01 06:43:08 -0800 |
commit | 7585ce6664b4c87d7b8711506ba64d354c293e9a (patch) | |
tree | b5e2ebd724d1c0bc35fbbbfea5117adf1975252d /iPhonePrivate.h | |
parent | 5a9339370cf6d2131c61d58bfcbca07b1ed0585a (diff) |
Merge CYContainer with CYTabBarController for 2.x support.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |