2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @
class UIGestureAnimation
, UIScrollAnimation
;
11 @interface UIGestureInfo
: NSObject
18 struct CGPoint startGestureInner
;
19 struct CGPoint startGestureOuter
;
20 struct CGPoint startScrollPoint
;
21 struct CGPoint endScrollPoint
;
22 struct CGSize visibleSize
;
23 struct CGRect centerRect
;
24 UIGestureAnimation
*rotationAnimation
;
25 float rotationDegrees
;
26 float recentRotationDegrees
;
31 UIGestureAnimation
*zoomAnimation
;
32 int zoomRubberBandHysteresisCount
;
36 float unadjustedScale
;
40 struct CGPoint zoomFailureWindowPoint
;
41 float zoomFailureDuration
;
42 float zoomFailureStartScale
;
43 float zoomAnimationProgress
;
44 UIScrollAnimation
*scrollAnimation
;
46 unsigned int pushedRunLoop
:1;
47 unsigned int isRotatingRight
:1;
48 unsigned int isZoomRubberBandEnabled
:1;
49 unsigned int zoomsFromCurrentToMinOrMax
:1;
50 unsigned int updatesScroller
:1;
51 unsigned int isAnimatingZoomFailure
:1;