]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIUpdateItem.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIUpdateItem.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 NSIndexPath;
10
11 @interface UIUpdateItem : NSObject
12 {
13 int _action;
14 NSIndexPath *_indexPath;
15 int _animation;
16 float _offset;
17 }
18
19 - (id)initWithAction:(int)fp8 forIndexPath:(id)fp12 animation:(int)fp16;
20 - (void)dealloc;
21 - (float)offset;
22 - (void)setOffset:(float)fp8;
23 - (int)animation;
24 - (id)indexPath;
25 - (int)action;
26
27 @end
28