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"
11 @
class CKAtomListView
, UIImageView
, UIScrollView
;
13 @interface CKRecipientListView
: UIView
<CKOverlayViewProtocol
>
15 UIScrollView
*_recipientScrollView
;
16 CKAtomListView
*_toField
;
17 UIImageView
*_recipientSeparatorShadow
;
18 struct CGSize _contentSize
;
22 - (id
)initWithFrame
:(struct CGRect
)fp8 toFieldRecipients
:(id
)fp24 delegate
:(id
)fp28
;
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
;
34 - (void)setDelegate
:(id
)fp8
;