]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/_UITableViewCellGrabber.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / _UITableViewCellGrabber.h
diff --git a/UIKit/_UITableViewCellGrabber.h b/UIKit/_UITableViewCellGrabber.h
new file mode 100644 (file)
index 0000000..78905b6
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ *     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
+