aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPFolderInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPFolderInfo.h')
-rw-r--r--src/objc/imap/MCOIMAPFolderInfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/objc/imap/MCOIMAPFolderInfo.h b/src/objc/imap/MCOIMAPFolderInfo.h
index e0fed5e8..ad564fdc 100644
--- a/src/objc/imap/MCOIMAPFolderInfo.h
+++ b/src/objc/imap/MCOIMAPFolderInfo.h
@@ -8,6 +8,10 @@
#import <Foundation/Foundation.h>
+#ifndef __MAILCORE_MCOIMAPFOLDERINFO_H_
+
+#define __MAILCORE_MCOIMAPFOLDERINFO_H_
+
@interface MCOIMAPFolderInfo : NSObject
+ (MCOIMAPFolderInfo *) info;
@@ -18,3 +22,5 @@
@property (nonatomic, assign) int messageCount;
@end
+
+#endif