]> git.saurik.com Git - iphone-api.git/blame - MessageUI/MessageViewingContext.h
Adding MessageUI framework.
[iphone-api.git] / MessageUI / MessageViewingContext.h
CommitLineData
434ac614
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 ActivityMonitor, Message, MessageBody, MimePart;
10
11@interface MessageViewingContext : NSObject
12{
13 Message *_message;
14 MessageBody *_body;
15 id _content;
16 unsigned int _contentOffset;
17 id _delegate;
18 ActivityMonitor *_loadTask;
19 unsigned int _loadIncrement;
20 BOOL _loadBestAlternative;
21 MimePart *_loadedPart;
22 BOOL _loadedFullData;
23 unsigned int _hasNoContent:1;
24 unsigned int _isOutgoingMessage:1;
25}
26
27- (id)initWithMessage:(id)fp8;
28- (void)dealloc;
29- (BOOL)hasLoaded;
30- (BOOL)isPartial;
31- (void)cancelLoad;
32- (void)setLoadTask:(id)fp8;
33- (id)loadTask;
34- (void)setDelegate:(id)fp8;
35- (void)setContent:(id)fp8;
36- (id)content;
37- (BOOL)hasNoContent;
38- (id)message;
39- (BOOL)isOutgoingMessage;
40- (void)setOutgoingMessage:(BOOL)fp8;
41- (void)setContentOffset:(unsigned int)fp8;
42- (unsigned int)contentOffset;
43- (id)messageBody;
44- (void)setMessageBody:(id)fp8;
45- (id)fileWrappersForImageAttachments;
46- (unsigned int)numberOfImageAttachments;
47- (void)_loadAttachments:(id)fp8;
48- (void)loadAsPlainText:(BOOL)fp8 asHTML:(BOOL)fp12;
49- (void)loadFull;
50- (void)loadWithPriority:(int)fp8;
51- (void)load;
52- (void)abortAttachmentLoad:(id)fp8 pluginClient:(id)fp12;
53- (void)loadAttachment:(id)fp8 pluginClient:(id)fp12;
54- (void)loadMore;
55- (void)loadBestAlternative;
56- (void)setLoadedPart:(id)fp8;
57- (id)loadedPart;
58- (void)_notifyInitialLoadComplete;
59- (void)_notifyAttachmentComplete:(id)fp8;
60- (void)_notifyCompletelyComplete;
61
62@end
63