@class NSString, NSHashTable; @interface AVTTouchDownGestureRecognizer : UIGestureRecognizer @property (retain, nonatomic) NSHashTable *recognizersRequiredToFail; @property (nonatomic) BOOL allowsTouchesToPassThrough; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)_configure; - (id)init; - (BOOL)gestureRecognizer:(id)a0 shouldReceiveTouch:(id)a1; - (id)initWithTarget:(id)a0 action:(SEL)a1; - (void)touchesBegan:(id)a0 withEvent:(id)a1; - (void).cxx_destruct; - (void)requireGestureRecognizerToFail:(id)a0; - (void)touchesEnded:(id)a0 withEvent:(id)a1; - (void)touchesMoved:(id)a0 withEvent:(id)a1; @end