aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOFetchFoldersOperation.h
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-03-22 18:23:36 -0700
committerGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-03-22 18:23:36 -0700
commit490cc1aff6766defd64d52318389517f8b8b1c7f (patch)
tree25bbd42e4c0532a3e9e93cc1e0cb0bb8ccae331e /src/objc/imap/MCOFetchFoldersOperation.h
parent37265d9a5b2da31f522cc4f3d26ccc6bb5199b10 (diff)
Renamed IMAP operations to include IMAP in the name. Fixed tests to match the new API.
Diffstat (limited to 'src/objc/imap/MCOFetchFoldersOperation.h')
-rw-r--r--src/objc/imap/MCOFetchFoldersOperation.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/objc/imap/MCOFetchFoldersOperation.h b/src/objc/imap/MCOFetchFoldersOperation.h
deleted file mode 100644
index 747ca162..00000000
--- a/src/objc/imap/MCOFetchFoldersOperation.h
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// MCOFetchFoldersOperation.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