]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKSMSMessage.h
Adding the WebKit headers (for Cydget).
[iphone-api.git] / ChatKit / CKSMSMessage.h
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 <ChatKit/CKMessage.h>
8
9 @class CKSMSMessageDelivery, NSMutableArray;
10
11 @interface CKSMSMessage : CKMessage
12 {
13 NSMutableArray *_messages;
14 int _associationID;
15 CKSMSMessageDelivery *_delivery;
16 }
17
18 - (void)setDelivery:(id)fp8;
19 - (void)dealloc;
20 - (void)_loadFailedSendCount;
21 - (BOOL)isPlaceholder;
22 - (BOOL)hasBeenRead;
23 - (int)totalMessageCount;
24 - (int)sentCount;
25 - (void)_storeUIFlags:(unsigned long)fp8;
26 - (void)_loadUIFlags;
27 - (void)_loadSubject;
28 - (void)_loadText;
29 - (BOOL)_loadOutgoing;
30 - (id)_createParts;
31 - (void)addMessage:(struct __CKSMSRecord *)fp8;
32 - (void)setMessages:(id)fp8;
33 - (void)markAsRead;
34 - (double)_loadDate;
35 - (void)permanentlyRemoveMessage;
36 - (id)messages;
37 - (id)initWithCTMessage:(struct __CKSMSRecord *)fp8 messageParts:(id)fp12;
38 - (BOOL)isEqual:(id)fp8;
39 - (id)initWithCTMessages:(id)fp8 messageParts:(id)fp12;
40 - (int)messageCount;
41 - (BOOL)isForward;
42 - (void)prepareToResend;
43 - (id)sender;
44 - (id)address;
45 - (id)alertImageData;
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;
54 - (id)delivery;
55 - (int)associationID;
56
57 @end
58