]>
git.saurik.com Git - iphone-api.git/blob - UIKit/_UIGroupItem.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
11 @interface _UIGroupItem
: NSObject
15 int _rowCountBeforeGroup
;
17 unsigned int _isRadioGroup
:1;
18 unsigned int _isLabelGroup
:1;
19 unsigned int _reserved
:30;
22 - (id
)initWithTitle
:(id
)fp8 childCount
:(int)fp12 rowCountBeforeGroup
:(int)fp16 isRadioGroup
:(BOOL
)fp20
;
26 - (int)rowCountBeforeGroup
;
27 - (int)tableRowForRow
:(int)fp8
;