olm/xcode/OLMKit/OLMSession_Private.h
2016-04-13 16:53:47 -07:00

16 lines
No EOL
227 B
Objective-C

//
// 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