X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/c713af59c5ade19907804670a8c98381124aca6d..d0cee7a2f9232e064138eeb1e2d1613a19bd47d7:/iPhonePrivate.h diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 818dae33..96679a59 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -334,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 @@ -350,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 // }}}