@class UIScrollView, UIDelayedAction; @interface UIScrollViewPagingSwipeGestureRecognizer : UIGestureRecognizer { UIDelayedAction *_swipeFailureDelay; struct CGPoint { double x; double y; } _startLocation; struct CGPoint { double x; double y; } _lastLocation; double _lastTime; int _directionalFailureCount; } @property (weak, nonatomic) UIScrollView *scrollView; + (BOOL)_shouldDefaultToTouches; - (void)enoughTimeElapsed:(id)a0; - (void)touchesCancelled:(id)a0 withEvent:(id)a1; - (void)dealloc; - (void)clearTimer; - (void)_resetGestureRecognizer; - (void)touchesBegan:(id)a0 withEvent:(id)a1; - (void).cxx_destruct; - (void)_processNewLocation:(struct CGPoint { double x0; double x1; })a0; - (void)touchesEnded:(id)a0 withEvent:(id)a1; - (void)touchesMoved:(id)a0 withEvent:(id)a1; @end