X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c..b5070abea0450ffff6301cb682a3a2f4fbc2e630:/UIKit/UIWindow.h diff --git a/UIKit/UIWindow.h b/UIKit/UIWindow.h index 5bf6e6e..61744b7 100644 --- a/UIKit/UIWindow.h +++ b/UIKit/UIWindow.h @@ -86,7 +86,7 @@ - (BOOL)_containedInAbsoluteResponderChain; - (struct CGPoint)convertWindowToDevice:(struct CGPoint)fp8; - (struct CGPoint)convertDeviceToWindow:(struct CGPoint)fp8; -- (void)setLevel:(float)fp8; +- (void)setLevel:(CGFloat)fp8; - (float)level; - (void)setBecomeKeyOnOrderFront:(BOOL)fp8; - (void)_slideHeaderView:(id)fp8 andFooterView:(id)fp12 offScreen:(BOOL)fp16 forInterfaceOrientation:(int)fp20;