From b971f083d35472a19ddf7802cbb725a60aaecba7 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 1 Feb 2011 23:44:23 -0800 Subject: [PATCH] UIApplication.applicationSupportsShakeToEdit is 3.0-only. --- iPhonePrivate.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.45.2