summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-07 17:01:00 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-07 17:01:00 -0800
commitbea22a677eadd2f5c34fda37b5fa9656dd2dfa36 (patch)
tree2ba82530a521601fd491f6f7ec199b22f3e42ae0 /iPhonePrivate.h
parentecb4a6eeb6305276f0762e036a7eee1fa82c7eef (diff)
parent0923b87ee43c7afe083cb513c887b58515ff3413 (diff)
Merge branch 'restructure'
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 149fdc8..96679a5 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)
@@ -331,6 +334,10 @@ typedef enum {
- (void) setModalPresentationStyle:(UIModalPresentationStyle)style;
@end
+@interface UIApplication (iOS_3_0)
+@property(nonatomic) BOOL applicationSupportsShakeToEdit;
+@end
+
@interface UIScrollView (iOS_3_0)
@property(assign, nonatomic) float decelerationRate;
@end
@@ -347,6 +354,7 @@ extern float const UIScrollViewDecelerationRateNormal;
#if __IPHONE_OS_VERSION_MIN_REQUIRED < 30000
#define kSCNetworkReachabilityFlagsConnectionOnDemand (1 << 5)
+#define kCFCoreFoundationVersionNumber_iPhoneOS_3_0 478.47
#endif
// }}}