@class NSString, _CKCollectionViewTapGestureRecognizer, CKConversationListCellLayout, NSObject; @protocol CKConversationListCollectionViewCellDelegate; @interface CKConversationListCollectionViewConversationCell : CKConversationListEmbeddedCollectionViewCell <CKConversationListCellDelegate, CKConversationListCell> @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } marginInsets; @property (weak, nonatomic) NSObject<CKConversationListCollectionViewCellDelegate> *delegate; @property (nonatomic) BOOL shouldHidePreviewSummary; @property (retain, nonatomic) _CKCollectionViewTapGestureRecognizer *avatarViewTapGestureRecognizer; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (retain, nonatomic) CKConversationListCellLayout *cellLayout; + (id)reuseIdentifier; + (double)cellHeightForDisplayScale:(double)a0; + (Class)conversationCellClassForCurrentSizeCategory; + (Class)embeddedTableViewCellClass; + (id)identifierForConversation:(id)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (void)layoutSubviews; - (id)avatarView; - (BOOL)avatarView:(id)a0 shouldShowContact:(id)a1; - (void)avatarHeaderWasTappedForConversation:(id)a0 inCell:(id)a1; - (void)didHoverOverCell:(id)a0; - (id)embeddedConversationTableViewCell; - (void)forceUnreadIndicatorVisibility:(BOOL)a0 forConversation:(id)a1 animated:(BOOL)a2; - (void)selectedDeleteButtonForConversation:(id)a0 inCell:(id)a1; - (void)setEditingMode:(unsigned long long)a0 animated:(BOOL)a1; - (id)summaryLabelTextColor; - (void)updateContentsForConversation:(id)a0; - (void)updateContentsForConversation:(id)a0 fastPreview:(BOOL)a1; - (double)widthForDeterminingAvatarVisibility; @end