]>
Commit | Line | Data |
---|---|---|
73c9549b 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 "UIImageAndTextTableCell.h" | |
8 | ||
9 | @class SMSMessageSynopsisLabel, UIDateLabel, mSMSMessageGroup; | |
10 | ||
11 | @interface mSMSMessageSynopsisLayer : UIImageAndTextTableCell | |
12 | { | |
13 | mSMSMessageGroup *_messageGroup; | |
14 | UIDateLabel *_dateLabel; | |
15 | SMSMessageSynopsisLabel *_messageLabel; | |
16 | SMSMessageSynopsisLabel *_backupMessageLabel; | |
17 | BOOL _willShowRemove; | |
18 | } | |
19 | ||
20 | + (float)cellHeight; | |
21 | - (id)initWithFrame:(struct CGRect)fp8 messageGroup:(id)fp24; | |
22 | - (void)setMessageGroup:(id)fp8; | |
23 | - (void)dealloc; | |
24 | - (void)clearText; | |
25 | - (void)updateContents; | |
26 | - (void)updateHighlightColors; | |
27 | - (void)_setupBackupMessageLabel; | |
28 | - (void)layoutSubviews; | |
29 | - (void)removeControlWillShowRemoveConfirmation:(id)fp8; | |
30 | - (void)removeControlWillHideRemoveConfirmation:(id)fp8; | |
31 | ||
32 | @end | |
33 |