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 @interface UITouchTapInfo
: NSObject
11 unsigned int _tapCount
;
13 float _rejectAsTapThrehold
;
14 float _viewTouchPauseThreshold
;
15 struct CGPoint _startPosition
;
19 - (void)releaseAndClearWeakRefs
;
20 - (void)clearTapState
;
21 - (void)touchBegan
:(id
)fp8 withEvent
:(id
)fp12
;
22 - (BOOL
)_touchLocationConsideredMovement
:(id
)fp8
;
23 - (void)touchMoved
:(id
)fp8 withEvent
:(id
)fp12
;
24 - (void)touchEnded
:(id
)fp8 withEvent
:(id
)fp12
;
25 - (BOOL
)cancelTouchTracking
;