aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOOperation+Internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOOperation+Internals.h')
-rw-r--r--src/objc/imap/MCOOperation+Internals.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/objc/imap/MCOOperation+Internals.h b/src/objc/imap/MCOOperation+Internals.h
deleted file mode 100644
index 2862a929..00000000
--- a/src/objc/imap/MCOOperation+Internals.h
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-// MCOOperation+Internals.h
-// mailcore2
-//
-// Created by Matt Ronge on 01/31/13.
-// Copyright (c) 2013 MailCore. All rights reserved.
-//
-
-#import <mailcore/MCOperation.h>
-#import <mailcore/MCOOperation.h>
-
-// Shhh, secret stuff in here
-
-@interface MCOOperation ()
-- (id)initWithOperation:(mailcore::Operation *)op;
-#ifdef __cplusplus
-- (mailcore::Operation *)operation;
-#endif
-- (void)start;
-@end \ No newline at end of file