]> git.saurik.com Git - iphone-api.git/blame - UIKit/_UITableViewReorderingSupport.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / _UITableViewReorderingSupport.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 <Foundation/NSObject.h>
8
9@class NSIndexPath, NSTimer, UIShadowView, UITableViewCell;
10
11@interface _UITableViewReorderingSupport : NSObject
12{
13 UITableViewCell *_reorderedCell;
14 NSIndexPath *_initialIndexPath;
15 NSIndexPath *_targetIndexPath;
16 unsigned int _oldShowHorizontalScrollIndicator:1;
17 unsigned int _oldShowVerticalScrollIndicator:1;
18 unsigned int _bottomShadowNeedsToMove:1;
19 unsigned int _reserved:29;
20 NSTimer *_autoscrollTimer;
21 UIShadowView *_topShadowView;
22 UIShadowView *_bottomShadowView;
23}
24
25@end
26