diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-01 23:44:23 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-07 12:26:11 -0800 |
commit | b971f083d35472a19ddf7802cbb725a60aaecba7 (patch) | |
tree | 09eb9b6b8765a6565077c850e4f2c705c1a52e08 /iPhonePrivate.h | |
parent | d03d7492832e637795503ae29b3485b97a90ce53 (diff) |
UIApplication.applicationSupportsShakeToEdit is 3.0-only.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 818dae3..75c083c 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 |