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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/objc/imap/MCOIMAPCheckAccountOperation.h b/src/objc/imap/MCOIMAPCheckAccountOperation.h
new file mode 100644
index 00000000..61552dd4
--- /dev/null
+++ b/src/objc/imap/MCOIMAPCheckAccountOperation.h
@@ -0,0 +1,13 @@
+//
+// MCOIMAPCheckAccountOperation.h
+// mailcore2
+//
+// Created by Matt Ronge on 01/31/13.
+// Copyright (c) 2013 __MyCompanyName__. All rights reserved.
+//
+
+#import <mailcore/MCOOperation.h>
+
+@interface MCOCheckAccountOperation : MCOOperation
+- (void)start:(void (^)(NSError *error))completionBlock;
+@end