aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOOperation+Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOOperation+Private.h')
-rw-r--r--src/objc/imap/MCOOperation+Private.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/objc/imap/MCOOperation+Private.h b/src/objc/imap/MCOOperation+Private.h
new file mode 100644
index 00000000..620b0fe8
--- /dev/null
+++ b/src/objc/imap/MCOOperation+Private.h
@@ -0,0 +1,23 @@
+//
+// MCOOperation+Private.h
+// mailcore2
+//
+// Created by Matt Ronge on 01/31/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#ifdef __cplusplus
+namespace mailcore {
+ class Operation;
+}
+#endif
+
+// Shhh, secret stuff in here
+
+@interface MCOOperation (Private)
+#ifdef __cplusplus
+- (id)initWithMCOperation:(mailcore::Operation *)op;
+- (mailcore::Operation *)mcOperation;
+#endif
+- (void)start;
+@end \ No newline at end of file