2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "UITableViewCell.h"
9 @
class CKConversation
, CKSummaryLabel
, UIDateLabel
, UIImageView
, UILabel
;
11 @interface CKConversationListCell
: UITableViewCell
13 CKConversation
*_conversation
;
14 UIDateLabel
*_dateLabel
;
15 CKSummaryLabel
*_summaryLabel
;
16 CKSummaryLabel
*_backupSummaryLabel
;
17 UIImageView
*_unreadIndicatorImageView
;
19 UIImageView
*_groupImageView
;
24 - (id
)initWithFrame
:(struct CGRect
)fp8 conversation
:(id
)fp24
;
25 - (void)setConversation
:(id
)fp8
;
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
;