aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMSession_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'xcode/OLMKit/OLMSession_Private.h')
-rw-r--r--xcode/OLMKit/OLMSession_Private.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/xcode/OLMKit/OLMSession_Private.h b/xcode/OLMKit/OLMSession_Private.h
new file mode 100644
index 0000000..bd7d25d
--- /dev/null
+++ b/xcode/OLMKit/OLMSession_Private.h
@@ -0,0 +1,16 @@
+//
+// OLMSession_Private.h
+// olm
+//
+// Created by Chris Ballinger on 4/13/16.
+//
+//
+
+#include "olm/olm.h"
+
+@interface OLMSession()
+
+@property (nonatomic) OlmSession *session;
+@property (nonatomic, strong) OLMAccount *account;
+
+@end