Commit | Line | Data |
---|---|---|
c58d80b0 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 <ChatKit/CKMessageComposition.h> | |
8 | ||
9 | @class NSArray, NSString; | |
10 | ||
11 | @interface CKMessageStandaloneComposition : CKMessageComposition | |
12 | { | |
13 | NSString *_textString; | |
14 | NSString *_markupString; | |
15 | NSString *_subject; | |
16 | NSArray *_resources; | |
17 | BOOL _isTextOnly; | |
18 | } | |
19 | ||
20 | - (void)dealloc; | |
21 | - (BOOL)isTextOnly; | |
22 | - (void)setIsTextOnly:(BOOL)fp8; | |
23 | - (id)resources; | |
24 | - (void)setResources:(id)fp8; | |
25 | - (id)subject; | |
26 | - (void)setSubject:(id)fp8; | |
27 | - (id)textString; | |
28 | - (void)setTextString:(id)fp8; | |
29 | - (id)markupString; | |
30 | - (void)setMarkupString:(id)fp8; | |
31 | ||
32 | @end | |
33 |