aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils/NSError+MCO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/utils/NSError+MCO.h')
-rw-r--r--src/objc/utils/NSError+MCO.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/objc/utils/NSError+MCO.h b/src/objc/utils/NSError+MCO.h
index 1d8ca85b..baf48f45 100644
--- a/src/objc/utils/NSError+MCO.h
+++ b/src/objc/utils/NSError+MCO.h
@@ -2,6 +2,9 @@
// Created by mronge on 1/31/13.
//
+#ifndef __MAILCORE_NSERROR_MCO_H_
+
+#define __MAILCORE_NSERROR_MCO_H_
#import <Foundation/Foundation.h>
@@ -11,4 +14,6 @@
#ifdef __cplusplus
+ (NSError *)mco_errorWithErrorCode:(mailcore::ErrorCode)code;
#endif
-@end \ No newline at end of file
+@end
+
+#endif