aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMSession_Private.h
blob: bd7d25decbe7db845d916f95fc7126f003dc28b0 (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.
//
//

#include "olm/olm.h"

@interface OLMSession()

@property (nonatomic) OlmSession *session;
@property (nonatomic, strong) OLMAccount *account;

@end