olm/xcode/OLMKit/OLMAccount_Private.h

16 lines
184 B
Objective-C

//
// OLMAccount_Private.h
// olm
//
// Created by Chris Ballinger on 4/8/16.
//
//
#include "olm/olm.h"
@interface OLMAccount()
@property (nonatomic) OlmAccount *account;
@end