CKConversationListCell.h 173 B

12345678910
  1. @class CKConversation;
  2. @interface CKConversationListCell : UITableViewCell {
  3. UILabel *_summaryLabel;
  4. }
  5. @property (nonatomic, retain) CKConversation *conversation;
  6. @end