aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPCheckAccountOperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPCheckAccountOperation.h')
-rw-r--r--src/objc/imap/MCOIMAPCheckAccountOperation.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/objc/imap/MCOIMAPCheckAccountOperation.h b/src/objc/imap/MCOIMAPCheckAccountOperation.h
index 61552dd4..3a14a1fe 100644
--- a/src/objc/imap/MCOIMAPCheckAccountOperation.h
+++ b/src/objc/imap/MCOIMAPCheckAccountOperation.h
@@ -6,8 +6,14 @@
// Copyright (c) 2013 __MyCompanyName__. All rights reserved.
//
+#ifndef __MAILCORE_MCOIMAPCHECKACCOUNTOPERATION_H_
+
+#define __MAILCORE_MCOIMAPCHECKACCOUNTOPERATION_H_
+
#import <mailcore/MCOOperation.h>
-@interface MCOCheckAccountOperation : MCOOperation
+@interface MCOIMAPCheckAccountOperation : MCOOperation
- (void)start:(void (^)(NSError *error))completionBlock;
@end
+
+#endif