2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <MessageUI/ComposeHeaderView.h>
9 #import "UITextFieldDelegate-Protocol.h"
13 @interface ComposeSubjectView
: ComposeHeaderView
<UITextFieldDelegate
>
15 UITextField
*_textField
;
16 unsigned int _delegateRespondsToTextChange
:1;
19 - (id
)initWithFrame
:(struct CGRect
)fp8
;
20 - (BOOL
)becomeFirstResponder
;
21 - (void)textFieldDidResignFirstResponder
:(id
)fp8
;
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
;
30 - (BOOL
)_canBecomeFirstResponder
;