aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMAccount_Private.h
blob: b8cf50683adf6bcbb6d2d1faba4d99afc58e60ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  OLMAccount_Private.h
//  olm
//
//  Created by Chris Ballinger on 4/8/16.
//
//

#include "olm/olm.h"

@interface OLMAccount()

@property (nonatomic) OlmAccount *account;

@end