]>
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 | @interface MessageTextAttachment (DisplayableTest) | |
10 | - (BOOL)isRestrictedMimeType:(id)fp8; | |
11 | - (id)iconName; | |
12 | - (BOOL)isCalendarFile; | |
13 | - (BOOL)isDisplayableInsidePlugin; | |
14 | - (BOOL)isDisplayableInline; | |
15 | @end | |
16 |