aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractMultipart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/abstract/MCOAbstractMultipart.h')
-rw-r--r--src/objc/abstract/MCOAbstractMultipart.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOAbstractMultipart.h b/src/objc/abstract/MCOAbstractMultipart.h
index 37422d71..3eeb6794 100644
--- a/src/objc/abstract/MCOAbstractMultipart.h
+++ b/src/objc/abstract/MCOAbstractMultipart.h
@@ -6,6 +6,10 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
+#ifndef __MAILCORE_MCOABSTRACTMULTIPART_H_
+
+#define __MAILCORE_MCOABSTRACTMULTIPART_H_
+
#import <Foundation/Foundation.h>
#import <mailcore/MCOAbstractPart.h>
@@ -14,3 +18,5 @@
@property (nonatomic, copy) NSArray * parts;
@end
+
+#endif