]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIScreen.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIScreen.h
index 78c1fed04558385bcbc5fd4cca960bb0b47775e4..d2f0be6cc5f49b72b29bf867df2ca27d68bf4ef1 100644 (file)
@@ -16,6 +16,9 @@
 - (id)init;
 - (struct CGRect)applicationFrame;
 - (struct CGRect)bounds;
+#if 1 // iOS 4.x
+- (float) scale;
+#endif
 
 @end