15 lines
175 B
C
15 lines
175 B
C
|
//
|
||
|
// OLMAccount_Private.h
|
||
|
// olm
|
||
|
//
|
||
|
// Created by Chris Ballinger on 4/8/16.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
@import olm;
|
||
|
|
||
|
@interface OLMAccount()
|
||
|
|
||
|
@property (nonatomic) OlmAccount *account;
|
||
|
|
||
|
@end
|