summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h7
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