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 <ChatKit/CKMessage.h>
9 @
class CKSMSMessageDelivery
, NSMutableArray
;
11 @interface CKSMSMessage
: CKMessage
13 NSMutableArray
*_messages
;
15 CKSMSMessageDelivery
*_delivery
;
18 - (void)setDelivery
:(id
)fp8
;
20 - (void)_loadFailedSendCount
;
21 - (BOOL
)isPlaceholder
;
23 - (int)totalMessageCount
;
25 - (void)_storeUIFlags
:(unsigned long)fp8
;
29 - (BOOL
)_loadOutgoing
;
31 - (void)addMessage
:(struct __CKSMSRecord
*)fp8
;
32 - (void)setMessages
:(id
)fp8
;
35 - (void)permanentlyRemoveMessage
;
37 - (id
)initWithCTMessage
:(struct __CKSMSRecord
*)fp8 messageParts
:(id
)fp12
;
38 - (BOOL
)isEqual
:(id
)fp8
;
39 - (id
)initWithCTMessages
:(id
)fp8 messageParts
:(id
)fp12
;
42 - (void)prepareToResend
;
46 - (BOOL
)isOnlyDisplayableMessagePart
:(id
)fp8
;
47 - (BOOL
)containsDisplayableMessageParts
;
48 - (void)deleteMessagePart
:(id
)fp8
;
49 - (void)_setupDeliveryIfPending
;
50 - (void)deliveredSubpart
:(int)fp8 totalSubparts
:(int)fp12 success
:(BOOL
)fp16
;
51 - (void)deliveryCompletedForMessage
:(id
)fp8
;
52 - (void)deliveryFailedForMessage
:(id
)fp8
;
53 - (void)deliveryPartiallyFailedForMessage
:(id
)fp8
;