]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIGroupInsertionItem.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIGroupInsertionItem.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 @interface UIGroupInsertionItem : NSObject
10 {
11 int _index;
12 struct _NSRange _range;
13 }
14
15 - (id)initWithExistingGroup:(int)fp8 andRowRange:(struct _NSRange)fp12;
16 - (id)initWithNewGroupBeforeGroup:(int)fp8 andRowCount:(int)fp12;
17 - (int)groupIndex;
18 - (struct _NSRange)range;
19
20 @end
21