aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMSession_Private.h
blob: d906b14aa525f047aceddcd6ae1d1196b05ebf27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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