diff options
-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 |