X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c..298474e005c5c6ae958066e890f2b0d2f373e2c6:/UIKit/UIView-Gestures.h diff --git a/UIKit/UIView-Gestures.h b/UIKit/UIView-Gestures.h index 83457b9..9c8135f 100644 --- a/UIKit/UIView-Gestures.h +++ b/UIKit/UIView-Gestures.h @@ -43,6 +43,9 @@ - (void)setRotationDegrees:(float)fp8 duration:(double)fp12; - (float)rotationDegrees; - (void)setZoomScale:(float)fp8 duration:(double)fp12; +#if 1 // iPhoneOS 3.x +- (void)_setZoomScale:(float)fp8 duration:(double)fp12; +#endif - (float)zoomScale; - (int)stateForGestureType:(int)fp8; - (void)_resetZoomingWithEvent:(struct __GSEvent *)fp8;