2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 #import "CKOverlayViewProtocol-Protocol.h"
10 #import "UITableViewDataSource-Protocol.h"
11 #import "UITableViewDelegate-Protocol.h"
13 @
class ComposeRecipientView
, NSArray
, SearchShadowView
, UIScroller
, UITableView
;
15 @interface CKRecipientSelectionView
: UIView
<UITableViewDataSource
, UITableViewDelegate
, CKOverlayViewProtocol
>
17 ComposeRecipientView
*_toField
;
18 UIScroller
*_toFieldScrollingView
;
19 NSArray
*_searchResults
;
20 UITableView
*_searchResultsTable
;
21 SearchShadowView
*_shadowView
;
22 BOOL _showingSearchField
;
26 - (id
)initWithFrame
:(struct CGRect
)fp8 ABProperties
:(id
)fp24
;
32 - (void)tableView
:(id
)fp8 didSelectRowAtIndexPath
:(id
)fp12
;
33 - (int)tableView
:(id
)fp8 numberOfRowsInSection
:(int)fp12
;
34 - (id
)tableView
:(id
)fp8 cellForRowAtIndexPath
:(id
)fp12
;
35 - (void)composeRecipientView
:(id
)fp8 textDidChange
:(id
)fp12
;
36 - (void)composeRecipientView
:(id
)fp8 requestDeleteRecipientAtIndex
:(int)fp12
;
37 - (void)composeRecipientViewDidFinishEnteringRecipient
:(id
)fp8
;
38 - (id
)composeRecipientView
:(id
)fp8 composeRecipientForAddress
:(id
)fp12
;
39 - (id
)composeRecipientView
:(id
)fp8 composeRecipientForRecord
:(void *)fp12 property
:(int)fp16 identifier
:(int)fp20
;
40 - (void)composeRecipientView
:(id
)fp8 didChangeSize
:(struct CGSize
)fp12
;
41 - (void)composeRecipientViewRequestAddRecipient
:(id
)fp8
;
42 - (void)composeRecipientViewDidFinishPickingRecipient
:(id
)fp8
;
43 - (void)animationDidStop
:(id
)fp8
;
44 - (void)_updateContentSize
;
46 - (void)_hideSearchField
:(BOOL
)fp8
;
47 - (void)_showSearchField
:(BOOL
)fp8
;
48 - (void)_searchWithText
:(id
)fp8
;
49 - (float)heightWithoutSeparator
;
50 - (BOOL
)isShowingSearchField
;
52 - (void)setDelegate
:(id
)fp8
;