summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 6dc893b..1c19858 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -318,6 +318,12 @@ typedef enum {
- (void) setModalPresentationStyle:(UIModalPresentationStyle)style;
@end
+@interface UIScrollView (iOS_3_0)
+@property(assign, nonatomic) float decelerationRate;
+@end
+
+extern float const UIScrollViewDecelerationRateNormal;
+
#endif//AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER
// }}}