]> git.saurik.com Git - iphone-api.git/blob - UIKit/_UITableViewDeleteAnimationSupport.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / _UITableViewDeleteAnimationSupport.h
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 NSMutableArray;
10
11 @interface _UITableViewDeleteAnimationSupport : NSObject
12 {
13 NSMutableArray *_cellsToDeleteAfterAnimation;
14 int _deleteCount;
15 unsigned int _enabledStateBeforeDeleteAnimation:1;
16 unsigned int _reserved:30;
17 }
18
19 @end
20