]> git.saurik.com Git - cydia.git/blobdiff - iPhonePrivate.h
Rename /ui/ to /ui/ios/.
[cydia.git] / iPhonePrivate.h
index 818dae334253d2157b5320bdc7abba207c56ba3a..96679a5998508148c496de158580ff7feb68b5b1 100644 (file)
@@ -334,6 +334,10 @@ typedef enum {
 - (void) setModalPresentationStyle:(UIModalPresentationStyle)style;
 @end
 
 - (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
 @interface UIScrollView (iOS_3_0)
 @property(assign, nonatomic) float decelerationRate;
 @end
@@ -350,6 +354,7 @@ extern float const UIScrollViewDecelerationRateNormal;
 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 30000
 
 #define kSCNetworkReachabilityFlagsConnectionOnDemand (1 << 5)
 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 30000
 
 #define kSCNetworkReachabilityFlagsConnectionOnDemand (1 << 5)
+#define kCFCoreFoundationVersionNumber_iPhoneOS_3_0 478.47
 
 #endif
 // }}}
 
 #endif
 // }}}