From: Jay Freeman (saurik) Date: Mon, 14 Feb 2011 08:20:42 +0000 (-0800) Subject: Look, I don't like this syntax, but it is what Apple uses and my syntax highlighter... X-Git-Tag: v1.1.0%b1~346 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/df19d3702697ea1e2aa5ac76dd5121ceb5a7660a Look, I don't like this syntax, but it is what Apple uses and my syntax highlighter prefers it. --- diff --git a/iPhonePrivate.h b/iPhonePrivate.h index f87cac98..a9e11e2a 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;