+@interface UIScrollView (iOS_3_0)
+@property(assign, nonatomic) float decelerationRate;
+@end
+
+@interface UIWebView (iOS_3_0)
+@property(assign, nonatomic) NSUInteger dataDetectorTypes;
+@end
+
+extern float const UIScrollViewDecelerationRateNormal;
+