--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIControl.h>
+
+@class UITableViewCell;
+
+@interface _UITableViewCellGrabber : UIControl
+{
+ UITableViewCell *_cell;
+ struct CGPoint _downPoint;
+}
+
++ (id)grabberImage;
+- (id)initWithFrame:(struct CGRect)fp8 tableViewCell:(id)fp24;
+- (void)drawRect:(struct CGRect)fp8;
+- (BOOL)shouldTrack;
+- (BOOL)beginTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
+- (BOOL)continueTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
+- (void)endTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
+- (void)cancelTrackingWithEvent:(id)fp8;
+
+@end
+