]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKMessage.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKMessage.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 "NSObject.h"
8
9 @class CKConversation, NSArray, NSCalendarDate, NSString;
10
11 @interface CKMessage : NSObject
12 {
13 unsigned int _height;
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;
23 double _date;
24 NSCalendarDate *_calendarDate;
25 int _failedSendCount;
26 unsigned int _flags;
27 NSString *_text;
28 NSString *_subject;
29 int _groupID;
30 CKConversation *_conversation;
31 }
32
33 - (id)init;
34 - (int)messageCount;
35 - (BOOL)isEqual:(id)fp8;
36 - (void)dealloc;
37 - (void)_resetData;
38 - (int)groupID;
39 - (double)_loadDate;
40 - (double)timeIntervalSince1970;
41 - (id)date;
42 - (void)markAsRead;
43 - (BOOL)isForward;
44 - (void)permanentlyRemoveMessage;
45 - (BOOL)_loadOutgoing;
46 - (void)_loadSubject;
47 - (id)_createParts;
48 - (void)loadParts;
49 - (void)setParts:(id)fp8;
50 - (void)_loadText;
51 - (BOOL)isOutgoing;
52 - (id)previewText;
53 - (id)attachmentText:(BOOL)fp8;
54 - (id)subject;
55 - (id)text;
56 - (unsigned long)height;
57 - (void)_storeUIFlags:(unsigned long)fp8;
58 - (void)_loadUIFlags;
59 - (void)setUIHeight:(unsigned long)fp8 flags:(unsigned long)fp12;
60 - (void)getUIHeight:(unsigned int *)fp8 flags:(unsigned int *)fp12;
61 - (int)totalMessageCount;
62 - (int)pendingCount;
63 - (BOOL)pending;
64 - (int)compare:(id)fp8;
65 - (BOOL)failedSend;
66 - (BOOL)partiallyFailedSend;
67 - (int)sentCount;
68 - (BOOL)hasBeenSent;
69 - (BOOL)hasBeenRead;
70 - (BOOL)isPlaceholder;
71 - (void)_loadFailedSendCount;
72 - (int)failedSendCount;
73 - (BOOL)completelyFailedSend;
74 - (void)reloadFailedSendCount;
75 - (float)percentComplete;
76 - (id)sender;
77 - (id)address;
78 - (id)alertImageData;
79 - (BOOL)isFirstDisplayablePart:(id)fp8;
80 - (BOOL)containsDisplayableMessageParts;
81 - (BOOL)isOnlyDisplayableMessagePart:(id)fp8;
82 - (void)deleteMessagePart:(id)fp8;
83 - (BOOL)smartForwardCapable;
84 - (id)conversation;
85 - (void)setConversation:(id)fp8;
86 - (id)messageParts;
87
88 @end
89