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 <UIKit/UIControl.h>
11 @interface _UITableCellGrabber
: UIControl
14 struct CGPoint _downPoint
;
17 - (id
)initWithCell
:(id
)fp8
;
18 - (void)drawRect
:(struct CGRect
)fp8
;
20 - (BOOL
)beginTrackingAt
:(struct CGPoint
)fp8 withEvent
:(struct __GSEvent
*)fp16
;
21 - (BOOL
)continueTrackingAt
:(struct CGPoint
)fp8 previous
:(struct CGPoint
)fp16 withEvent
:(struct __GSEvent
*)fp24
;
22 - (void)endTrackingAt
:(struct CGPoint
)fp8 previous
:(struct CGPoint
)fp16 withEvent
:(struct __GSEvent
*)fp24
;
23 - (void)_controlMouseDown
:(struct __GSEvent
*)fp8
;
24 - (void)_controlMouseUp
:(struct __GSEvent
*)fp8
;
25 - (void)_controlMouseDragged
:(struct __GSEvent
*)fp8
;
26 - (BOOL
)cancelMouseTracking
;
27 - (BOOL
)cancelTouchTracking
;