2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class ComposeRecipientView
, NSMutableArray
, SearchShadowView
, UIScroller
, UITable
;
11 @interface SMSRecipientSelectionView
: UIView
13 ComposeRecipientView
*_toField
;
14 UIScroller
*_toFieldScrollingView
;
15 NSMutableArray
*_searchResults
;
16 UITable
*_searchResultsTable
;
17 SearchShadowView
*_shadowView
;
18 BOOL _showingSearchField
;
25 - (float)_properHeight
;
26 - (void)setFrame
:(struct CGRect
)fp8
;
29 - (id
)initWithFrame
:(struct CGRect
)fp8
;
32 - (void)setDelegate
:(id
)fp8
;
33 - (void)_hideSearchField
;
34 - (void)_showSearchField
;
35 - (int)numberOfRowsInTable
:(id
)fp8
;
36 - (id
)table
:(id
)fp8 cellForRow
:(int)fp12 column
:(id
)fp16 reusing
:(id
)fp20
;
37 - (void)tableSelectionDidChange
:(id
)fp8
;
38 - (void)appendSearchResults
:(id
)fp8 identifiers
:(id
)fp12 recipientClass
:(Class
)fp16
;
39 - (void)searchWithText
:(id
)fp8
;
40 - (void)composeRecipientView
:(id
)fp8 textDidChange
:(id
)fp12
;
41 - (void)composeRecipientView
:(id
)fp8 requestDeleteRecipientAtIndex
:(int)fp12
;
42 - (void)composeRecipientViewDidFinishEnteringRecipient
:(id
)fp8
;
43 - (void)composeRecipientView
:(id
)fp8 peoplePicker
:(id
)fp12 selectedRecord
:(void *)fp16 withIdentifier
:(int)fp20
;
44 - (id
)composeRecipientView
:(id
)fp8 composeRecipientForAddress
:(id
)fp12
;
45 - (id
)composeRecipientView
:(id
)fp8 composeRecipientForRecord
:(void *)fp12 identifier
:(int)fp16
;
46 - (void)animationDidStop
:(id
)fp8
;
47 - (void)composeRecipientView
:(id
)fp8 didChangeSize
:(struct CGSize
)fp12
;
48 - (void)composeRecipientViewRequestAddRecipient
:(id
)fp8
;
49 - (void)composeRecipientViewDidFinishPickingRecipient
:(id
)fp8
;