aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPFetchFoldersOperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPFetchFoldersOperation.h')
-rw-r--r--src/objc/imap/MCOIMAPFetchFoldersOperation.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/objc/imap/MCOIMAPFetchFoldersOperation.h b/src/objc/imap/MCOIMAPFetchFoldersOperation.h
new file mode 100644
index 00000000..914863d3
--- /dev/null
+++ b/src/objc/imap/MCOIMAPFetchFoldersOperation.h
@@ -0,0 +1,13 @@
+//
+// MCOIMAPFetchFoldersOperation.h
+// mailcore2
+//
+// Created by Matt Ronge on 1/31/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#import <mailcore/MCOOperation.h>
+
+@interface MCOFetchFoldersOperation : MCOOperation
+- (void)start:(void (^)(NSError *error, NSArray *folder))completionBlock;
+@end