]> git.saurik.com Git - iphone-api.git/blob - MobileSMS/SMSTranscriptTopCell.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / MobileSMS / SMSTranscriptTopCell.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 NSMutableArray;
10
11 @interface SMSTranscriptTopCell : UIView
12 {
13 id _delegate;
14 NSMutableArray *_buttonViews;
15 }
16
17 + (float)defaultHeight;
18 - (void)dealloc;
19 - (void)_addButtonWithTitle:(id)fp8 frame:(struct CGRect)fp12;
20 - (void)setFirstButton:(id)fp8 secondButton:(id)fp12;
21 - (void)setDelegate:(id)fp8;
22 - (id)buttonViews;
23 - (void)_buttonClicked:(id)fp8;
24
25 @end
26