aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractPart.h
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2013-06-28 12:46:24 -0600
committerGravatar CodaFi <devteam.codafi@gmail.com>2013-06-28 12:46:24 -0600
commit4a7f9949a20bc0b724bd510668ad4e07ab613683 (patch)
treeb814952533ffb54d524df8ed71badd16f20b391b /src/objc/abstract/MCOAbstractPart.h
parentb390f6166077f9539c8093a8944b6ee217614719 (diff)
Reduce PR
Diffstat (limited to 'src/objc/abstract/MCOAbstractPart.h')
-rw-r--r--src/objc/abstract/MCOAbstractPart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/abstract/MCOAbstractPart.h b/src/objc/abstract/MCOAbstractPart.h
index 0703a783..07e44920 100644
--- a/src/objc/abstract/MCOAbstractPart.h
+++ b/src/objc/abstract/MCOAbstractPart.h
@@ -37,7 +37,7 @@ typedef enum {
MCOPartTypeMultipartAlternative,
} MCOPartType;
-@interface MCOAbstractPart : NSObject <NSCoding>
+@interface MCOAbstractPart : NSObject <NSCopying>
/** Returns type of the part (single / message part / multipart/mixed,
multipart/related, multipart/alternative). See MCOPartType.*/