]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSControlTableCell.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / Preferences / PSControlTableCell.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 <Preferences/PSTableCell.h>
8
9 @class NSArray, NSDictionary, UIControl, UIProgressIndicator;
10
11 @interface PSControlTableCell : PSTableCell
12 {
13 UIControl *_control;
14 UIProgressIndicator *_progressIndicator;
15 NSArray *_values;
16 NSDictionary *_titleDict;
17 }
18
19 - (void)setValues:(id)fp8 titleDictionary:(id)fp12;
20 - (id)titleTextLabel;
21 - (id)valueTextLabel;
22 - (void)dealloc;
23 - (id)control;
24 - (BOOL)loading;
25 - (void)setLoading:(BOOL)fp8;
26 - (void)setControl:(id)fp8;
27 - (void)controlChanged:(id)fp8;
28 - (void)setValue:(id)fp8;
29 - (void)layoutSubviews;
30
31 @end
32