]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKRecipientSelectionView.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / ChatKit / CKRecipientSelectionView.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 "UIView.h"
8
9 #import "CKOverlayViewProtocol-Protocol.h"
10 #import "UITableViewDataSource-Protocol.h"
11 #import "UITableViewDelegate-Protocol.h"
12
13 @class ComposeRecipientView, NSArray, SearchShadowView, UIScroller, UITableView;
14
15 @interface CKRecipientSelectionView : UIView <UITableViewDataSource, UITableViewDelegate, CKOverlayViewProtocol>
16 {
17 ComposeRecipientView *_toField;
18 UIScroller *_toFieldScrollingView;
19 NSArray *_searchResults;
20 UITableView *_searchResultsTable;
21 SearchShadowView *_shadowView;
22 BOOL _showingSearchField;
23 id _delegate;
24 }
25
26 - (id)initWithFrame:(struct CGRect)fp8 ABProperties:(id)fp24;
27 - (void)dealloc;
28 - (BOOL)hasText;
29 - (id)recipients;
30 - (void)reset;
31 - (id)toField;
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;
45 - (void)reflow;
46 - (void)_hideSearchField:(BOOL)fp8;
47 - (void)_showSearchField:(BOOL)fp8;
48 - (void)_searchWithText:(id)fp8;
49 - (float)heightWithoutSeparator;
50 - (BOOL)isShowingSearchField;
51 - (id)delegate;
52 - (void)setDelegate:(id)fp8;
53
54 @end
55