]>
Commit | Line | Data |
---|---|---|
434ac614 JF |
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/AtomView.h> | |
8 | ||
9 | @class ComposeRecipient, UITextInputTraits; | |
10 | ||
11 | @interface ComposeRecipientAtom : AtomView | |
12 | { | |
13 | ComposeRecipient *_recipient; | |
14 | UITextInputTraits *_traits; | |
15 | } | |
16 | ||
17 | - (id)initWithFrame:(struct CGRect)fp8 recipient:(id)fp24; | |
18 | - (void)dealloc; | |
19 | - (id)title; | |
20 | - (void)setDelegate:(id)fp8; | |
21 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
22 | - (void)setMarkedText:(id)fp8; | |
23 | - (void)deleteBackward; | |
24 | - (BOOL)canBecomeFirstResponder; | |
25 | - (BOOL)becomeFirstResponder; | |
26 | - (id)textInputTraits; | |
27 | - (BOOL)canResignFirstResponder; | |
28 | - (BOOL)resignFirstResponder; | |
29 | ||
30 | @end | |
31 |