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 LabelledAtomList
, UIPushButton
, UITextLabel
;
11 @interface CollapsibleAtomList
: UIView
13 LabelledAtomList
*_atomList
;
14 UITextLabel
*_recipientListLabel
;
15 UIPushButton
*_detailsButton
;
16 UIPushButton
*_hideDetailsButton
;
18 unsigned int _expanded
:1;
21 - (id
)initWithLabel
:(id
)fp8 totalWidth
:(float)fp12 addresses
:(id
)fp16 arePhoneNumbers
:(BOOL
)fp20
;
23 - (id
)_createButtonWithTitle
:(id
)fp8
;
24 - (void)_buttonTouchUpEvent
:(id
)fp8
;
25 - (void)setDelegate
:(id
)fp8
;
26 - (void)setAddressAtomTarget
:(id
)fp8 action
:(SEL
)fp12
;
28 - (void)setExpanded
:(BOOL
)fp8 animate
:(BOOL
)fp12
;
29 - (void)_setSizeAndAlphasAnimating
:(BOOL
)fp8
;
30 - (void)_updateInactiveModeText
;
31 - (void)displayStringsDidChangeForLabelledAtomList
:(id
)fp8
;