aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractMessagePart.h
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-03-23 13:15:32 -0700
committerGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-03-23 13:15:32 -0700
commit52224ddbbb9b858f27c5861d98c0d91f60db400b (patch)
tree83eb6cae884fff9be1da3d7d041b31e7fd75f996 /src/objc/abstract/MCOAbstractMessagePart.h
parentae907e6582b9d8faa49c85834dc8b4213af759ed (diff)
Simplified implementation of ObjC setter/getter by using a common implementation. Added RFC822 ObjC API.
Diffstat (limited to 'src/objc/abstract/MCOAbstractMessagePart.h')
-rw-r--r--src/objc/abstract/MCOAbstractMessagePart.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOAbstractMessagePart.h b/src/objc/abstract/MCOAbstractMessagePart.h
index 297df341..8675fc17 100644
--- a/src/objc/abstract/MCOAbstractMessagePart.h
+++ b/src/objc/abstract/MCOAbstractMessagePart.h
@@ -6,6 +6,10 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
+#ifndef __MAILCORE_MCOABSTRACTMESSAGEPART_H_
+
+#define __MAILCORE_MCOABSTRACTMESSAGEPART_H_
+
#import <Foundation/Foundation.h>
#import <mailcore/MCOAbstractPart.h>
@@ -17,3 +21,6 @@
@property (nonatomic, retain) MCOAbstractPart * mainPart;
@end
+
+#endif
+