aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPOperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPOperation.h')
-rw-r--r--src/objc/imap/MCOIMAPOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objc/imap/MCOIMAPOperation.h b/src/objc/imap/MCOIMAPOperation.h
index 50a6d3dc..1954f00b 100644
--- a/src/objc/imap/MCOIMAPOperation.h
+++ b/src/objc/imap/MCOIMAPOperation.h
@@ -6,12 +6,12 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#import <MailCore/MCOOperation.h>
-
#ifndef __MAILCORE_MCOIMAPOPERATION_H_
#define __MAILCORE_MCOIMAPOPERATION_H_
+#import <MailCore/MCOOperation.h>
+
@interface MCOIMAPOperation : MCOOperation
- (void)start:(void (^)(NSError *error))completionBlock;