summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-14 00:22:23 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-14 00:35:17 -0800
commit57e8b2254bfa8b4477bfe50c49063efd284e0346 (patch)
tree4f2d1f31798523589fc675adf688e1675962e7dd /iPhonePrivate.h
parentdf19d3702697ea1e2aa5ac76dd5121ceb5a7660a (diff)
Use a better URL scheme for /ui/ios*/ *and* (frowny) fix a multiple reload issue on CYPackageController while breaking lazy loading.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h4
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;