summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-14 00:20:42 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-14 00:35:17 -0800
commitdf19d3702697ea1e2aa5ac76dd5121ceb5a7660a (patch)
tree3b76c53cb81d0009ea4f71914238086521dce6be /iPhonePrivate.h
parent77dce1f732ff862e0f69e3b8e20f69f10dc3613f (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.h4
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;