]> git.saurik.com Git - cydia.git/commitdiff
UIApplication.applicationSupportsShakeToEdit is 3.0-only.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 2 Feb 2011 07:44:23 +0000 (23:44 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Feb 2011 20:26:11 +0000 (12:26 -0800)
iPhonePrivate.h

index 818dae334253d2157b5320bdc7abba207c56ba3a..75c083c8ce09a88d2c4f9602c6a2643104568979 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