]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 NSString; | |
10 | ||
11 | @interface _UIGroupItem : NSObject | |
12 | { | |
13 | NSString *_title; | |
14 | float offset; | |
15 | int _rowCountBeforeGroup; | |
16 | int _childCount; | |
17 | unsigned int _isRadioGroup:1; | |
18 | unsigned int _isLabelGroup:1; | |
19 | unsigned int _reserved:30; | |
20 | } | |
21 | ||
22 | - (id)initWithTitle:(id)fp8 childCount:(int)fp12 rowCountBeforeGroup:(int)fp16 isRadioGroup:(BOOL)fp20; | |
23 | - (void)dealloc; | |
24 | - (int)childCount; | |
25 | - (id)title; | |
26 | - (int)rowCountBeforeGroup; | |
27 | - (int)tableRowForRow:(int)fp8; | |
28 | ||
29 | @end | |
30 |