blob: 4eb3e2bceff07861c75501d70637c7659ec499e0 (
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.
//
//
@import olm;
@interface OLMAccount()
@property (nonatomic) OlmAccount *account;
@end
|