]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSTableCell.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / Preferences / PSTableCell.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 <UIKit/UIPreferencesTableCell.h>
8
9 @interface PSTableCell : UIPreferencesTableCell
10 {
11 id _userInfo;
12 BOOL _checked;
13 }
14
15 + (int)cellTypeFromString:(id)fp8;
16 + (id)_cellForSpecifier:(id)fp8 defaultClass:(Class)fp12 frame:(struct CGRect)fp16;
17 + (id)switchCellWithFrame:(struct CGRect)fp8 specifier:(id)fp24;
18 + (id)segmentCellWithFrame:(struct CGRect)fp8 specifier:(id)fp24;
19 + (id)sliderCellWithFrame:(struct CGRect)fp8 specifier:(id)fp24;
20 + (id)textFieldCellWithFrame:(struct CGRect)fp8 specifier:(id)fp24;
21 + (id)textViewCellWithFrame:(struct CGRect)fp8 specifier:(id)fp24;
22 + (id)groupHeaderCellWithFrame:(struct CGRect)fp8 specifier:(id)fp24;
23 + (id)staticTextCellWithFrame:(struct CGRect)fp8 specifier:(id)fp24;
24 + (id)cellWithFrame:(struct CGRect)fp8 specifier:(id)fp24;
25 - (void)setUserInfo:(id)fp8;
26 - (id)userInfo;
27 - (void)setValueChangedTarget:(id)fp8 action:(SEL)fp12 userInfo:(id)fp16;
28 - (void)cellClicked:(id)fp8;
29 - (void)layoutSubviews;
30 - (id)titleTextLabel;
31 - (id)initWithFrame:(struct CGRect)fp8 specifier:(id)fp24;
32 - (void)dealloc;
33
34 @end
35