]> git.saurik.com Git - iphone-api.git/blame - MessageUI/LabelledAtomList.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / MessageUI / LabelledAtomList.h
CommitLineData
434ac614
JF
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 NSMutableArray, UITextLabel;
10
11@interface LabelledAtomList : UIView
12{
13 NSMutableArray *_addressAtoms;
14 UITextLabel *_label;
15 id _delegate;
16 float _firstLineWidth;
17 unsigned int _needsReflow:1;
18}
19
20- (id)initWithLabel:(id)fp8 totalWidth:(float)fp12 firstLineWidth:(float)fp16 addresses:(id)fp20 arePhoneNumbers:(BOOL)fp24;
21- (void)dealloc;
22- (void)setDelegate:(id)fp8;
23- (void)setFirstLineWidth:(float)fp8;
24- (void)addressAtom:(id)fp8 displayStringDidChange:(id)fp12;
25- (void)_setNeedsReflow;
26- (void)_reflow;
27- (void)setAddressAtomTarget:(id)fp8 action:(SEL)fp12;
28- (id)labelText;
29- (struct CGRect)labelFrame;
30- (id)atomDisplayStrings;
31- (void)setAtomAlpha:(float)fp8;
32
33@end
34