]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/_UIGroupItem.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / _UIGroupItem.h
diff --git a/UIKit/_UIGroupItem.h b/UIKit/_UIGroupItem.h
new file mode 100644 (file)
index 0000000..a9690cd
--- /dev/null
@@ -0,0 +1,30 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <Foundation/NSObject.h>
+
+@class NSString;
+
+@interface _UIGroupItem : NSObject
+{
+    NSString *_title;
+    float offset;
+    int _rowCountBeforeGroup;
+    int _childCount;
+    unsigned int _isRadioGroup:1;
+    unsigned int _isLabelGroup:1;
+    unsigned int _reserved:30;
+}
+
+- (id)initWithTitle:(id)fp8 childCount:(int)fp12 rowCountBeforeGroup:(int)fp16 isRadioGroup:(BOOL)fp20;
+- (void)dealloc;
+- (int)childCount;
+- (id)title;
+- (int)rowCountBeforeGroup;
+- (int)tableRowForRow:(int)fp8;
+
+@end
+