--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <Foundation/NSObject.h>
+
+@class NSArray, UIImageView, UIView;
+
+@interface UIDragger : NSObject
+{
+ void *_interpolator;
+ UIView *_target;
+ id _delegate;
+ SEL _action;
+ struct CGPoint _startLocation;
+ struct CGPoint _stopLocation;
+ double _duration;
+ BOOL _showFinger;
+ unsigned int _port;
+ NSArray *_modes;
+ unsigned long long _startTimestamp;
+ unsigned long long _stopTimestamp;
+ unsigned long long _lastTimestamp;
+ BOOL _waitingForSmoothScrolling;
+ UIImageView *_fingerView;
+}
+
+- (id)init;
+- (void)dealloc;
+- (void)setInterpolation:(void *)fp8;
+- (void)setTarget:(id)fp8;
+- (void)setDelegate:(id)fp8;
+- (void)setAction:(SEL)fp8;
+- (void)setStartLocation:(struct CGPoint)fp8;
+- (void)setStopLocation:(struct CGPoint)fp8;
+- (void)setDuration:(double)fp8;
+- (void)showFinger;
+- (void)_postMouseEvent:(int)fp8 timestamp:(unsigned long long)fp12 location:(struct CGPoint)fp20;
+- (double)_delayUntilNextEvent;
+- (void)dragDidEnd;
+- (void)_smoothScrollingWillStart:(id)fp8;
+- (void)_smoothScrollingDidEnd:(id)fp8;
+- (void)_stopDrag:(id)fp8;
+- (void)_continueDrag:(id)fp8;
+- (void)run;
+
+@end
+