aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/nntp/MCONNTPOperation+Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/nntp/MCONNTPOperation+Private.h')
-rw-r--r--src/objc/nntp/MCONNTPOperation+Private.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/objc/nntp/MCONNTPOperation+Private.h b/src/objc/nntp/MCONNTPOperation+Private.h
new file mode 100644
index 00000000..2ab429f2
--- /dev/null
+++ b/src/objc/nntp/MCONNTPOperation+Private.h
@@ -0,0 +1,20 @@
+//
+// MCONNTPOperation_Private.h
+// mailcore2
+//
+// Created by Robert Widmann on 8/13/14.
+// Copyright (c) 2014 MailCore. All rights reserved.
+//
+
+#ifndef MAILCORE_MCONNTPOPERATION_PRIVATE_H
+#define MAILCORE_MCONNTPOPERATION_PRIVATE_H
+
+@class MCONNTPSession;
+
+@interface MCONNTPOperation (Private)
+
+@property (nonatomic, retain) MCONNTPSession * session;
+
+@end
+
+#endif