From: Jay Freeman (saurik) Date: Wed, 2 Feb 2011 07:44:23 +0000 (-0800) Subject: UIApplication.applicationSupportsShakeToEdit is 3.0-only. X-Git-Tag: v1.1.0%b1~377^2~6 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/b971f083d35472a19ddf7802cbb725a60aaecba7 UIApplication.applicationSupportsShakeToEdit is 3.0-only. --- diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 818dae33..75c083c8 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