]> git.saurik.com Git - iphone-api.git/blob - MobileSMS/CollapsibleAtomList.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / MobileSMS / CollapsibleAtomList.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 @class LabelledAtomList, UIPushButton, UITextLabel;
10
11 @interface CollapsibleAtomList : UIView
12 {
13 LabelledAtomList *_atomList;
14 UITextLabel *_recipientListLabel;
15 UIPushButton *_detailsButton;
16 UIPushButton *_hideDetailsButton;
17 id _delegate;
18 unsigned int _expanded:1;
19 }
20
21 - (id)initWithLabel:(id)fp8 totalWidth:(float)fp12 addresses:(id)fp16 arePhoneNumbers:(BOOL)fp20;
22 - (void)dealloc;
23 - (id)_createButtonWithTitle:(id)fp8;
24 - (void)_buttonTouchUpEvent:(id)fp8;
25 - (void)setDelegate:(id)fp8;
26 - (void)setAddressAtomTarget:(id)fp8 action:(SEL)fp12;
27 - (BOOL)isExpanded;
28 - (void)setExpanded:(BOOL)fp8 animate:(BOOL)fp12;
29 - (void)_setSizeAndAlphasAnimating:(BOOL)fp8;
30 - (void)_updateInactiveModeText;
31 - (void)displayStringsDidChangeForLabelledAtomList:(id)fp8;
32
33 @end
34