X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c..7b30b29270e39c4be92494cb0d8c83345c6cdf85:/UIKit/UIScreen.h diff --git a/UIKit/UIScreen.h b/UIKit/UIScreen.h index 78c1fed..d2f0be6 100644 --- a/UIKit/UIScreen.h +++ b/UIKit/UIScreen.h @@ -16,6 +16,9 @@ - (id)init; - (struct CGRect)applicationFrame; - (struct CGRect)bounds; +#if 1 // iOS 4.x +- (float) scale; +#endif @end