2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @
class NSIndexPath
, NSTimer
, UIShadowView
, UITableViewCell
;
11 @interface _UITableViewReorderingSupport
: NSObject
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
;