2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @
class NSArray
, UIImageView
, UIView
;
11 @interface UIDragger
: NSObject
17 struct CGPoint _startLocation
;
18 struct CGPoint _stopLocation
;
23 unsigned long long _startTimestamp
;
24 unsigned long long _stopTimestamp
;
25 unsigned long long _lastTimestamp
;
26 BOOL _waitingForSmoothScrolling
;
27 UIImageView
*_fingerView
;
32 - (void)setInterpolation
:(void *)fp8
;
33 - (void)setTarget
:(id
)fp8
;
34 - (void)setDelegate
:(id
)fp8
;
35 - (void)setAction
:(SEL
)fp8
;
36 - (void)setStartLocation
:(struct CGPoint
)fp8
;
37 - (void)setStopLocation
:(struct CGPoint
)fp8
;
38 - (void)setDuration
:(double)fp8
;
40 - (void)_postMouseEvent
:(int)fp8 timestamp
:(unsigned long long)fp12 location
:(struct CGPoint
)fp20
;
41 - (double)_delayUntilNextEvent
;
43 - (void)_smoothScrollingWillStart
:(id
)fp8
;
44 - (void)_smoothScrollingDidEnd
:(id
)fp8
;
45 - (void)_stopDrag
:(id
)fp8
;
46 - (void)_continueDrag
:(id
)fp8
;