2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class CKConversation
, NSArray
, NSCalendarDate
, NSString
;
11 @interface CKMessage
: NSObject
14 NSArray
*_messageParts
;
15 float _cachedPercentComplete
;
16 unsigned int _dateLoaded
:1;
17 unsigned int _heightAndFlagsLoaded
:1;
18 unsigned int _failedSendCountLoaded
:1;
19 unsigned int _outgoing
:1;
20 unsigned int _outgoingLoaded
:1;
21 unsigned int _messagePartsLoaded
:1;
22 unsigned int _subjectLoaded
:1;
24 NSCalendarDate
*_calendarDate
;
30 CKConversation
*_conversation
;
35 - (BOOL
)isEqual
:(id
)fp8
;
40 - (double)timeIntervalSince1970
;
44 - (void)permanentlyRemoveMessage
;
45 - (BOOL
)_loadOutgoing
;
49 - (void)setParts
:(id
)fp8
;
53 - (id
)attachmentText
:(BOOL
)fp8
;
56 - (unsigned long)height
;
57 - (void)_storeUIFlags
:(unsigned long)fp8
;
59 - (void)setUIHeight
:(unsigned long)fp8 flags
:(unsigned long)fp12
;
60 - (void)getUIHeight
:(unsigned int *)fp8 flags
:(unsigned int *)fp12
;
61 - (int)totalMessageCount
;
64 - (int)compare
:(id
)fp8
;
66 - (BOOL
)partiallyFailedSend
;
70 - (BOOL
)isPlaceholder
;
71 - (void)_loadFailedSendCount
;
72 - (int)failedSendCount
;
73 - (BOOL
)completelyFailedSend
;
74 - (void)reloadFailedSendCount
;
75 - (float)percentComplete
;
79 - (BOOL
)isFirstDisplayablePart
:(id
)fp8
;
80 - (BOOL
)containsDisplayableMessageParts
;
81 - (BOOL
)isOnlyDisplayableMessagePart
:(id
)fp8
;
82 - (void)deleteMessagePart
:(id
)fp8
;
83 - (BOOL
)smartForwardCapable
;
85 - (void)setConversation
:(id
)fp8
;