]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKLoopbackMessage.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKLoopbackMessage.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 @interface CKLoopbackMessage : CKMessage
10 {
11 BOOL _isOutgoing;
12 BOOL _isRead;
13 BOOL _isPlaceholder;
14 }
15
16 - (void)dealloc;
17 - (id)initWithConversation:(id)fp8 text:(id)fp12 date:(id)fp16;
18 - (BOOL)isEqual:(id)fp8;
19 - (void)markAsRead;
20 - (BOOL)hasBeenRead;
21 - (int)sentCount;
22 - (void)markAsSent;
23 - (void)setOutgoing:(BOOL)fp8;
24 - (id)initPlaceholderConversation:(id)fp8 date:(id)fp12;
25 - (id)initWithConversation:(id)fp8 text:(id)fp12;
26 - (BOOL)isOutgoing;
27
28 @end
29