X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIDragger.h diff --git a/UIKit/UIDragger.h b/UIKit/UIDragger.h new file mode 100644 index 0000000..8f30ac6 --- /dev/null +++ b/UIKit/UIDragger.h @@ -0,0 +1,50 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@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 +