@class NSArray, NSString, UITapRecognizer; @interface UITapGestureRecognizer : UIGestureRecognizer <UITapRecognizerDelegate> { struct CGPoint { double x; double y; } _locationInView; UITapRecognizer *_imp; unsigned int _delaysRecognitionForGreaterTapCounts; } @property (nonatomic, setter=_setButtonType:) long long _buttonType; @property (readonly, nonatomic) struct CGPoint { double x0; double x1; } centroid; @property (readonly, nonatomic) struct CGPoint { double x0; double x1; } location; @property (readonly, nonatomic) NSArray *touches; @property (nonatomic) double maximumTapDuration; @property (nonatomic) BOOL isSingleKeyPressGesture; @property (nonatomic) unsigned long long numberOfTapsRequired; @property (nonatomic) unsigned long long numberOfTouchesRequired; @property (nonatomic) long long buttonMaskRequired; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)supportsSecureCoding; + (BOOL)_supportsTouchContinuation; - (BOOL)canPreventGestureRecognizer:(id)a0; - (void)touchesCancelled:(id)a0 withEvent:(id)a1; - (void)pressesEnded:(id)a0 withEvent:(id)a1; - (void)dealloc; - (struct CGPoint { double x0; double x1; })locationOfTouch:(unsigned long long)a0 inView:(id)a1; - (unsigned long long)numberOfTouches; - (double)_touchSloppinessFactor; - (void)_resetGestureRecognizer; - (double)maximumIntervalBetweenSuccessiveTaps; - (double)allowableMovement; - (void)setMaximumIntervalBetweenSuccessiveTaps:(double)a0; - (void)encodeWithCoder:(id)a0; - (void)setMaximumSingleTapDuration:(double)a0; - (void)pressesBegan:(id)a0 withEvent:(id)a1; - (id)initWithTarget:(id)a0 action:(SEL)a1; - (BOOL)_isGestureType:(long long)a0; - (void)pressesChanged:(id)a0 withEvent:(id)a1; - (void)touchesBegan:(id)a0 withEvent:(id)a1; - (BOOL)shouldRequireFailureOfGestureRecognizer:(id)a0; - (void)tapRecognizerFailedToRecognizeTap:(id)a0; - (void)setAllowableMovement:(double)a0; - (BOOL)_shouldReceivePress:(id)a0; - (BOOL)tapIsPossibleForTapRecognizer:(id)a0; - (double)maximumSingleTapDuration; - (void).cxx_destruct; - (void)touchesEnded:(id)a0 withEvent:(id)a1; - (void)_appendSubclassDescription:(id)a0; - (void)tapRecognizerRecognizedTap:(id)a0; - (void)touchesMoved:(id)a0 withEvent:(id)a1; - (struct CGPoint { double x0; double x1; })locationInView:(id)a0; - (void)pressesCancelled:(id)a0 withEvent:(id)a1; - (struct CGPoint { double x0; double x1; })_digitizerLocation; - (id)initWithCoder:(id)a0; - (void)setAllowedPressTypes:(id)a0; - (double)_allowableSeparation; - (double)_allowableTouchTimeSeparation; - (long long)_buttonMaskRequired; - (BOOL)_delaysRecognitionForGreaterTapCounts; - (long long)_finalStateForRecognition; - (void)_setAllowableSeparation:(double)a0; - (void)_setAllowableTouchTimeSeparation:(double)a0; - (void)_setButtonMaskRequired:(long long)a0; - (void)_setDelaysRecognitionForGreaterTapCounts:(BOOL)a0; - (BOOL)_shouldFailInResponseToPresses:(id)a0 withEvent:(id)a1; @end