From b5070abea0450ffff6301cb682a3a2f4fbc2e630 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 11 Jan 2014 04:44:29 -0800 Subject: [PATCH] This one only took me maybe a half hour to find. --- UIKit/UIScreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIKit/UIScreen.h b/UIKit/UIScreen.h index 2e8432a..27e0f80 100644 --- a/UIKit/UIScreen.h +++ b/UIKit/UIScreen.h @@ -17,7 +17,7 @@ - (struct CGRect)applicationFrame; - (struct CGRect)bounds; #if 1 // iOS 4.x -- (float) scale; +- (CGFloat) scale; #endif @end -- 2.50.0