From 57e8b2254bfa8b4477bfe50c49063efd284e0346 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 14 Feb 2011 00:22:23 -0800 Subject: Use a better URL scheme for /ui/ios*/ *and* (frowny) fix a multiple reload issue on CYPackageController while breaking lazy loading. --- iPhonePrivate.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'iPhonePrivate.h') 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; -- cgit v1.2.3