]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKConversationListCell.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / ChatKit / CKConversationListCell.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 "UITableViewCell.h"
8
9 @class CKConversation, CKSummaryLabel, UIDateLabel, UIImageView, UILabel;
10
11 @interface CKConversationListCell : UITableViewCell
12 {
13 CKConversation *_conversation;
14 UIDateLabel *_dateLabel;
15 CKSummaryLabel *_summaryLabel;
16 CKSummaryLabel *_backupSummaryLabel;
17 UIImageView *_unreadIndicatorImageView;
18 UILabel *_fromLabel;
19 UIImageView *_groupImageView;
20 }
21
22 + (id)identifier;
23 + (float)cellHeight;
24 - (id)initWithFrame:(struct CGRect)fp8 conversation:(id)fp24;
25 - (void)setConversation:(id)fp8;
26 - (void)dealloc;
27 - (void)clearText;
28 - (void)updateContents;
29 - (void)_createBackupSummaryLabel;
30 - (void)setHighlighted:(BOOL)fp8 animated:(BOOL)fp12;
31 - (void)willTransitionToState:(unsigned int)fp8;
32 - (void)didTransitionToState:(unsigned int)fp8;
33 - (void)layoutSubviews;
34
35 @end
36