]> git.saurik.com Git - cydia.git/commitdiff
Look, I don't like this syntax, but it is what Apple uses and my syntax highlighter...
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Feb 2011 08:20:42 +0000 (00:20 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Feb 2011 08:35:17 +0000 (00:35 -0800)
iPhonePrivate.h

index f87cac9858f3ef7fe7c5c4603377383a32771f54..a9e11e2acdcf010247a4b23c31f3cea7dac4cb8e 100644 (file)
@@ -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;