]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSTextViewTableCell.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / Preferences / PSTextViewTableCell.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 #import "UITextViewLegacyDelegate-Protocol.h"
10
11 @class PSTextView;
12
13 @interface PSTextViewTableCell : PSTableCell <UITextViewLegacyDelegate>
14 {
15 PSTextView *_textView;
16 }
17
18 - (void)setValue:(id)fp8;
19 - (void)textViewDidResignFirstResponder:(id)fp8;
20 - (BOOL)becomeFirstResponder;
21 - (BOOL)canBecomeFirstResponder;
22 - (BOOL)resignFirstResponder;
23 - (id)textView;
24 - (void)setTextView:(id)fp8;
25 - (void)drawTitleInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
26
27 @end
28