]>
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/CKMessagePart.h> | |
8 | ||
9 | @class NSString; | |
10 | ||
11 | @interface CKTextMessagePart : CKMessagePart | |
12 | { | |
13 | NSString *_text; | |
14 | NSString *_contentLocation; | |
15 | } | |
16 | ||
17 | - (id)detachedCopy; | |
18 | - (BOOL)isDisplayable; | |
19 | - (int)type; | |
20 | - (id)initWithText:(id)fp8; | |
21 | - (id)text; | |
22 | - (void)dealloc; | |
23 | - (void)copyToPasteboard; | |
24 | - (id)contentLocation; | |
25 | - (void)setContentLocation:(id)fp8; | |
26 | ||
27 | @end | |
28 |