]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKRecipientListView.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / ChatKit / CKRecipientListView.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
11 @class CKAtomListView, UIImageView, UIScrollView;
12
13 @interface CKRecipientListView : UIView <CKOverlayViewProtocol>
14 {
15 UIScrollView *_recipientScrollView;
16 CKAtomListView *_toField;
17 UIImageView *_recipientSeparatorShadow;
18 struct CGSize _contentSize;
19 id _delegate;
20 }
21
22 - (id)initWithFrame:(struct CGRect)fp8 toFieldRecipients:(id)fp24 delegate:(id)fp28;
23 - (void)dealloc;
24 - (void)layoutSubviews;
25 - (void)setExpanded:(BOOL)fp8 animate:(BOOL)fp12;
26 - (float)heightWithoutSeparator;
27 - (void)addressAtomClicked:(id)fp8;
28 - (void)atomListView:(id)fp8 sizeDidChange:(struct CGSize)fp12;
29 - (void)_clearToField;
30 - (void)_adjustContentSize;
31 - (void)_setupToFieldWithRecipients:(id)fp8;
32 - (struct CGSize)contentSize;
33 - (id)delegate;
34 - (void)setDelegate:(id)fp8;
35
36 @end
37