]> git.saurik.com Git - iphone-api.git/blame - ChatKit/CKTranscriptHeaderView.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKTranscriptHeaderView.h
CommitLineData
c58d80b0
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 UIPlacardButton;
10
11@interface CKTranscriptHeaderView : UIView
12{
13 id _delegate;
14 UIPlacardButton *_firstButton;
15 UIPlacardButton *_secondButton;
16 UIPlacardButton *_loadMoreButton;
17}
18
19+ (float)defaultHeight;
20- (id)initWithFrame:(struct CGRect)fp8 withFirstTitle:(id)fp24 withSecondTitle:(id)fp28 displayLoadPrevious:(BOOL)fp32;
21- (void)dealloc;
22- (void)setButtonsEnabled:(BOOL)fp8;
23- (void)setDelegate:(id)fp8;
24- (void)_buttonClicked:(id)fp8;
25- (void)_loadMore;
26
27@end
28