]>
Commit | Line | Data |
---|---|---|
73c9549b JF |
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 NSCalendarDate, NSMutableArray, NSString; | |
10 | ||
11 | @interface SMSMessage : NSObject | |
12 | { | |
13 | NSMutableArray *_messages; | |
14 | double _date; | |
15 | BOOL _dateLoaded; | |
16 | NSCalendarDate *_calendarDate; | |
17 | BOOL _outgoingLoaded; | |
18 | BOOL _outgoing; | |
19 | NSString *_text; | |
20 | unsigned int _height; | |
21 | unsigned int _flags; | |
22 | BOOL _heightAndFlagsLoaded; | |
23 | int _failedSendCount; | |
24 | BOOL _failedSendCountLoaded; | |
25 | int _associationID; | |
26 | int _groupID; | |
27 | } | |
28 | ||
29 | - (id)init; | |
30 | - (id)initWithMessage:(struct __CTSMSMessage *)fp8; | |
31 | - (id)initWithMessages:(id)fp8; | |
32 | - (BOOL)isEqual:(id)fp8; | |
33 | - (void)dealloc; | |
34 | - (void)_resetData; | |
35 | - (void)addMessage:(struct __CTSMSMessage *)fp8; | |
36 | - (int)associationID; | |
37 | - (int)groupID; | |
38 | - (id)messages; | |
39 | - (double)timeIntervalSince1970; | |
40 | - (id)date; | |
41 | - (id)unreadMessages; | |
42 | - (void)markAsRead; | |
43 | - (void)permanentlyRemoveMessage; | |
44 | - (BOOL)isOutgoing; | |
45 | - (id)text; | |
46 | - (unsigned long)height; | |
47 | - (void)setUIHeight:(unsigned long)fp8 flags:(unsigned long)fp12; | |
48 | - (void)getUIHeight:(unsigned int *)fp8 flags:(unsigned int *)fp12; | |
49 | - (int)pendingCount; | |
50 | - (BOOL)pending; | |
51 | - (BOOL)failedSend; | |
52 | - (BOOL)partiallyFailedSend; | |
53 | - (int)sentCount; | |
54 | - (BOOL)hasBeenSent; | |
55 | - (BOOL)hasBeenRead; | |
56 | - (BOOL)isPlaceholder; | |
57 | - (int)failedSendCount; | |
58 | - (BOOL)completelyFailedSend; | |
59 | - (void)reloadFailedSendCount; | |
60 | ||
61 | @end | |
62 |