aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractPart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/abstract/MCOAbstractPart.h')
-rw-r--r--src/objc/abstract/MCOAbstractPart.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOAbstractPart.h b/src/objc/abstract/MCOAbstractPart.h
index 2ffcf338..b46f6724 100644
--- a/src/objc/abstract/MCOAbstractPart.h
+++ b/src/objc/abstract/MCOAbstractPart.h
@@ -6,6 +6,10 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
+#ifndef __MAILCORE_MCOABSTRACTPART_H_
+
+#define __MAILCORE_MCOABSTRACTPART_H_
+
#import <Foundation/Foundation.h>
@class MCOAbstractMessage;
@@ -34,3 +38,5 @@ typedef enum {
- (MCOAbstractPart *) partForUniqueID:(NSString *)uniqueID;
@end
+
+#endif