diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-14 00:20:42 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-14 00:35:17 -0800 |
commit | df19d3702697ea1e2aa5ac76dd5121ceb5a7660a (patch) | |
tree | 3b76c53cb81d0009ea4f71914238086521dce6be /iPhonePrivate.h | |
parent | 77dce1f732ff862e0f69e3b8e20f69f10dc3613f (diff) |
Look, I don't like this syntax, but it is what Apple uses and my syntax highlighter prefers it.
Diffstat (limited to 'iPhonePrivate.h')
-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; |