diff options
author | Chris Ballinger <chrisballinger@gmail.com> | 2016-04-13 16:53:47 -0700 |
---|---|---|
committer | Chris Ballinger <chrisballinger@gmail.com> | 2016-04-13 16:53:47 -0700 |
commit | daab2a58af947cddd67fe9f30dd3a9fc327650c0 (patch) | |
tree | 6d2e3abfc160198ec1d8e521a74b1f1d236c0ea3 /xcode/OLMKit/OLMSession_Private.h | |
parent | f505113fb7a6d61015ad8050b3fb4e26df029150 (diff) |
OLMAccount and OLMSession serialization
Diffstat (limited to 'xcode/OLMKit/OLMSession_Private.h')
-rw-r--r-- | xcode/OLMKit/OLMSession_Private.h | 16 |
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..d906b14 --- /dev/null +++ b/xcode/OLMKit/OLMSession_Private.h @@ -0,0 +1,16 @@ +// +// OLMSession_Private.h +// olm +// +// Created by Chris Ballinger on 4/13/16. +// +// + +@import olm; + +@interface OLMSession() + +@property (nonatomic) OlmSession *session; +@property (nonatomic, strong) OLMAccount *account; + +@end
\ No newline at end of file |