aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822/MCOAttachment.h
diff options
context:
space:
mode:
authorGravatar Pushkar Singh <pushkar@hothouselabs.com>2013-07-09 11:18:05 -0700
committerGravatar Pushkar Singh <pushkar@hothouselabs.com>2013-07-09 11:18:05 -0700
commit0bc680acc776bd83dd9f0300015fc85b5e9aad7f (patch)
tree78b98c7a004238f083ff4131ba325c230d274d68 /src/objc/rfc822/MCOAttachment.h
parentd2daea1a6980e6395fd62a79fd7620eee0d2a539 (diff)
parent557546b7a2271efb83fb9454d3227855c2a99ceb (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/objc/rfc822/MCOAttachment.h')
-rw-r--r--src/objc/rfc822/MCOAttachment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/rfc822/MCOAttachment.h b/src/objc/rfc822/MCOAttachment.h
index 50a2d1a7..560f4590 100644
--- a/src/objc/rfc822/MCOAttachment.h
+++ b/src/objc/rfc822/MCOAttachment.h
@@ -16,7 +16,7 @@
It can either parsed from RFC 822 message data or created to build a message.*/
-@interface MCOAttachment : MCOAbstractPart <NSCopying>
+@interface MCOAttachment : MCOAbstractPart
/** Returns a MIME type for a filename.*/
+ (NSString *) mimeTypeForFilename:(NSString *)filename;