]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIGroupDeletionItem.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / UIGroupDeletionItem.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 NSIndexSet;
10
11 @interface UIGroupDeletionItem : NSObject
12 {
13 unsigned int _lastIndex;
14 int _group;
15 NSIndexSet *_indexes;
16 }
17
18 - (id)initWithGroup:(int)fp8;
19 - (id)initWithGroup:(int)fp8 andIndexes:(id)fp12;
20 - (id)initWithIndexes:(id)fp8 inGroup:(int)fp12;
21 - (void)dealloc;
22 - (int)group;
23 - (id)indexes;
24 - (unsigned int)lastIndex;
25 - (void)setLastIndex:(unsigned int)fp8;
26
27 @end
28