diff options
-rw-r--r-- | iPhonePrivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index f87cac9..a9e11e2 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -338,11 +338,11 @@ typedef enum { @end @interface UIScrollView (iOS_3_0) -@property(assign, nonatomic) float decelerationRate; +@property(assign,nonatomic) float decelerationRate; @end @interface UIWebView (iOS_3_0) -@property(assign, nonatomic) NSUInteger dataDetectorTypes; +@property(assign,nonatomic) NSUInteger dataDetectorTypes; @end extern float const UIScrollViewDecelerationRateNormal; |