diff options
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index a9e11e2..96d3f10 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -358,6 +358,10 @@ extern float const UIScrollViewDecelerationRateNormal; #endif // }}} +@interface UIScreen (iOS_4_0) +@property(nonatomic,readonly) CGFloat scale; +@end + // extern *; {{{ extern CFStringRef const kGSDisplayIdentifiersCapability; extern float const UIWebViewGrowsAndShrinksToFitHeight; |