]> git.saurik.com Git - iphone-api.git/blame - UIKit/_UITableViewCellGrabber.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / _UITableViewCellGrabber.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <UIKit/UIControl.h>
8
9@class UITableViewCell;
10
11@interface _UITableViewCellGrabber : UIControl
12{
13 UITableViewCell *_cell;
14 struct CGPoint _downPoint;
15}
16
17+ (id)grabberImage;
18- (id)initWithFrame:(struct CGRect)fp8 tableViewCell:(id)fp24;
19- (void)drawRect:(struct CGRect)fp8;
20- (BOOL)shouldTrack;
21- (BOOL)beginTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
22- (BOOL)continueTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
23- (void)endTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
24- (void)cancelTrackingWithEvent:(id)fp8;
25
26@end
27