]>
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 "WebAttachmentSource.h" | |
8 | ||
9 | @class NSMutableDictionary; | |
10 | ||
11 | @interface GenericAttachmentStore : WebAttachmentSource | |
12 | { | |
13 | NSMutableDictionary *_attachmentsByURL; | |
14 | int _priority; | |
15 | } | |
16 | ||
17 | - (void)dealloc; | |
18 | - (void)addAttachment:(id)fp8; | |
19 | - (void)removeAttachmentsForURLs:(id)fp8; | |
20 | - (id)attachmentForURL:(id)fp8; | |
21 | - (id)attachments; | |
22 | - (void)setPriority:(int)fp8; | |
23 | - (int)priority; | |
24 | ||
25 | @end | |
26 |