]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIView-Gestures.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / UIKit / UIView-Gestures.h
index 83457b90388a400e8aea6b9218450df0b34653a8..9c8135f773e2a3ea7d87c3cd5badced6dc034079 100644 (file)
@@ -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;