]> git.saurik.com Git - iphone-api.git/blob - MessageUI/ComposeSubjectView.h
Added some work on liblockdown.
[iphone-api.git] / MessageUI / ComposeSubjectView.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 <MessageUI/ComposeHeaderView.h>
8
9 #import "UITextFieldDelegate-Protocol.h"
10
11 @class UITextField;
12
13 @interface ComposeSubjectView : ComposeHeaderView <UITextFieldDelegate>
14 {
15 UITextField *_textField;
16 unsigned int _delegateRespondsToTextChange:1;
17 }
18
19 - (id)initWithFrame:(struct CGRect)fp8;
20 - (BOOL)becomeFirstResponder;
21 - (void)textFieldDidResignFirstResponder:(id)fp8;
22 - (id)text;
23 - (void)setText:(id)fp8;
24 - (void)setDelegate:(id)fp8;
25 - (void)textChanged:(id)fp8;
26 - (BOOL)keyboardInput:(id)fp8 shouldInsertText:(id)fp12 isMarkedText:(BOOL)fp16;
27 - (id)keyboardInputOverlayContainer:(id)fp8;
28 - (BOOL)endEditing:(BOOL)fp8;
29 - (void)dealloc;
30 - (BOOL)_canBecomeFirstResponder;
31
32 @end
33