luxlabs header browser preview


@class NSMutableDictionary, NSMutableSet, _UIGestureRecognizerTransformAnalyzer;

@interface _UIKBProductivityPanGestureRecognizer : UIPanGestureRecognizer

@property (nonatomic) double beginPanTimestamp;
@property (nonatomic) struct CGPoint { double x; double y; } beginPanCentroid;
@property (retain, nonatomic) NSMutableSet *activeTouches;
@property (retain, nonatomic) NSMutableSet *shiftTouches;
@property (retain, nonatomic) _UIGestureRecognizerTransformAnalyzer *transformAnalyzer;
@property (retain, nonatomic) NSMutableDictionary *beginTouchLocations;
@property (nonatomic) BOOL tooMuchSingleMovement;

+ (id)productivityPanGestureRecognizerWithTarget:(id)a0 action:(SEL)a1 delegate:(id)a2;

- (void)touchesCancelled:(id)a0 withEvent:(id)a1;
- (void)reset;
- (id)initWithTarget:(id)a0 action:(SEL)a1;
- (void)touchesBegan:(id)a0 withEvent:(id)a1;
- (BOOL)isShiftOrMoreKeyForTouch:(id)a0;
- (void).cxx_destruct;
- (void)touchesEnded:(id)a0 withEvent:(id)a1;
- (void)touchesMoved:(id)a0 withEvent:(id)a1;
- (struct CGPoint { double x0; double x1; })centroidOfTouches:(id)a0;
- (id)initWithCoder:(id)a0;

@end