]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIView-Gestures_Internal.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIView-Gestures_Internal.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/UIView.h>
8
9 @interface UIView (Gestures_Internal)
10 - (id)_gestureInfo;
11 - (void)_gestureEnded:(struct __GSEvent *)fp8;
12 - (struct CGSize)_scrollerContentSize;
13 - (struct CGPoint)_constrainedScrollPoint:(struct CGPoint)fp8 contentSize:(struct CGSize)fp16;
14 - (void)_zoomToScrollPoint:(struct CGPoint)fp8 scale:(float)fp16 duration:(float)fp20 event:(struct __GSEvent *)fp24;
15 - (float)_zoomAnimationDurationForScale:(float)fp8;
16 - (void)_zoomToWindowPoint:(struct CGPoint)fp8 scale:(float)fp16 duration:(float)fp20 constrainScrollPoint:(BOOL)fp24 event:(struct __GSEvent *)fp28;
17 - (void)_animateToScrollPoint:(struct CGPoint)fp8;
18 - (void)_animateZoomFailureToWindowPoint:(struct CGPoint)fp8 scale:(float)fp16 duration:(float)fp20;
19 - (float)_zoomAnimationProgress;
20 @end
21