]> git.saurik.com Git - cydia.git/blobdiff - iPhonePrivate.h
Downgrade support for -[UIScrollView setDecelerationRate].
[cydia.git] / iPhonePrivate.h
index 6dc893b7ebcf306f156f5501253e006a7996c85d..1c1985812b4bf4bc74cf7c68ad4584b1f79a9a39 100644 (file)
@@ -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
 // }}}