]>
Commit | Line | Data |
---|---|---|
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 "MessageTextAttachment.h" | |
8 | ||
9 | @class NSData, NSString; | |
10 | ||
11 | @interface MailInlineTextAttachment : MessageTextAttachment | |
12 | { | |
13 | NSData *_cachedImageData; | |
14 | NSString *_cachedMimeType; | |
15 | NSString *_encodingGuess; | |
16 | struct CGSize _cachedImageSize; | |
17 | float _constrainedWidth; | |
18 | unsigned int _numBytes; | |
19 | unsigned int _isBeingLoaded:1; | |
20 | unsigned int _cachedDataIsPlaceholder:1; | |
21 | unsigned int _shouldNotLoadFully:1; | |
22 | } | |
23 | ||
24 | - (void)inlineDisplayData:(id *)fp8 mimeType:(id *)fp12; | |
25 | - (void)_generateInlineData; | |
26 | - (void)_setDataDerivedImage:(id)fp8; | |
27 | - (unsigned int)approximateSize; | |
28 | - (BOOL)shouldDownloadAttachmentOnDisplay; | |
29 | - (void)setConstrainedWidth:(float)fp8; | |
30 | - (float)constrainedWidth; | |
31 | - (struct CGSize)imageDimensions; | |
32 | - (void)setFileWrapper:(id)fp8; | |
33 | - (void)_setImageDimensions:(struct CGSize)fp8; | |
34 | - (void)_setImageDimensionsFromData:(id)fp8; | |
35 | - (void)setupForComposition; | |
36 | - (id)initWithWrapper:(id)fp8 shouldDownload:(BOOL)fp12; | |
37 | - (id)initWithMimeTextAttachment:(id)fp8 shouldDownload:(BOOL)fp12 andMessageBody:(id)fp16; | |
38 | - (BOOL)allowDownload; | |
39 | - (void)dealloc; | |
40 | ||
41 | @end | |
42 |