aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils/NSValue+MCO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/utils/NSValue+MCO.h')
-rw-r--r--src/objc/utils/NSValue+MCO.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/objc/utils/NSValue+MCO.h b/src/objc/utils/NSValue+MCO.h
index bee3c742..484fc205 100644
--- a/src/objc/utils/NSValue+MCO.h
+++ b/src/objc/utils/NSValue+MCO.h
@@ -1,11 +1,15 @@
//
-// NSNumber+MCO.h
+// NSValue+MCO.h
// mailcore2
//
// Created by DINH Viêt Hoà on 3/21/13.
// Copyright (c) 2013 MailCore. All rights reserved.
//
+#ifndef __MAILCORE_NSVALUE_MCO_H_
+
+#define __MAILCORE_NSVALUE_MCO_H_
+
#import <Foundation/Foundation.h>
#ifdef __cplusplus
@@ -23,3 +27,5 @@ namespace mailcore {
#endif
@end
+
+#endif