]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/_UITableReorderingSupport.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / _UITableReorderingSupport.h
... / ...
CommitLineData
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 <Foundation/NSObject.h>
8
9@class NSArray, NSTimer, UIShadowView;
10
11@interface _UITableReorderingSupport : NSObject
12{
13 NSArray *_reorderedCells;
14 unsigned int _reorderedRow;
15 unsigned int _emptySpaceRow;
16 unsigned int _lastVisibleRowLocation;
17 unsigned int _oldShowScrollerIndicators:1;
18 unsigned int _delegateImplementsCanMoveRow:1;
19 unsigned int _delegateImplementsMoveDestinationRow:1;
20 unsigned int _bottomShadowNeedsToMove:1;
21 unsigned int _reserved:28;
22 NSTimer *_autoscrollTimer;
23 UIShadowView *_topShadowView;
24 UIShadowView *_bottomShadowView;
25}
26
27@end
28