2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class ActivityMonitor
, Message
, MessageBody
, MimePart
;
11 @interface MessageViewingContext
: NSObject
16 unsigned int _contentOffset
;
18 ActivityMonitor
*_loadTask
;
19 unsigned int _loadIncrement
;
20 BOOL _loadBestAlternative
;
21 MimePart
*_loadedPart
;
23 unsigned int _hasNoContent
:1;
24 unsigned int _isOutgoingMessage
:1;
27 - (id
)initWithMessage
:(id
)fp8
;
32 - (void)setLoadTask
:(id
)fp8
;
34 - (void)setDelegate
:(id
)fp8
;
35 - (void)setContent
:(id
)fp8
;
39 - (BOOL
)isOutgoingMessage
;
40 - (void)setOutgoingMessage
:(BOOL
)fp8
;
41 - (void)setContentOffset
:(unsigned int)fp8
;
42 - (unsigned int)contentOffset
;
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
;
50 - (void)loadWithPriority
:(int)fp8
;
52 - (void)abortAttachmentLoad
:(id
)fp8 pluginClient
:(id
)fp12
;
53 - (void)loadAttachment
:(id
)fp8 pluginClient
:(id
)fp12
;
55 - (void)loadBestAlternative
;
56 - (void)setLoadedPart
:(id
)fp8
;
58 - (void)_notifyInitialLoadComplete
;
59 - (void)_notifyAttachmentComplete
:(id
)fp8
;
60 - (void)_notifyCompletelyComplete
;