olm/xcode/OLMKit/OLMAccount_Private.h

16 lines
184 B
C
Raw Normal View History

2016-04-09 02:24:41 +02:00
//
// OLMAccount_Private.h
// olm
//
// Created by Chris Ballinger on 4/8/16.
//
//
#include "olm/olm.h"
2016-04-09 02:24:41 +02:00
@interface OLMAccount()
@property (nonatomic) OlmAccount *account;
@end