diff options
-rw-r--r-- | iPhonePrivate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index b74cc64..ea0fe34 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -364,6 +364,10 @@ extern float const UIScrollViewDecelerationRateNormal; #endif // }}} +#ifndef kCFCoreFoundationVersionNumber_iPhoneOS_4_0 +#define kCFCoreFoundationVersionNumber_iPhoneOS_4_0 550.32 +#endif + @interface UIScreen (iOS_4_0) @property(nonatomic,readonly) CGFloat scale; @end |