@class NSArray, NSString, UIPressesEvent; @interface UIHBLongClickGestureRecognizer : UIGestureRecognizer { UIPressesEvent *_registeredEventForTerminalEvents; unsigned long long _lastSeenClickCount; } @property (nonatomic) unsigned long long numberOfClicksRequired; @property (readonly, nonatomic) NSArray *allowedPressTypes; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)pressesEnded:(id)a0 withEvent:(id)a1; - (void)_resetGestureRecognizer; - (void)_fail; - (void)pressesBegan:(id)a0 withEvent:(id)a1; - (id)initWithTarget:(id)a0 action:(SEL)a1; - (void)pressesChanged:(id)a0 withEvent:(id)a1; - (void)_succeed; - (void).cxx_destruct; - (void)pressesCancelled:(id)a0 withEvent:(id)a1; - (BOOL)_requiredClickCountMetForPress:(id)a0; - (void)pressesEventDidReceiveTerminal:(id)a0; - (unsigned long long)_effectiveNumberOfClicksRequired; - (void)_processPresses:(id)a0; @end