olm/xcode/OLMKit/OLMSession_Private.h

17 lines
236 B
Objective-C

//
// OLMSession_Private.h
// olm
//
// Created by Chris Ballinger on 4/13/16.
//
//
#include "olm/olm.h"
@interface OLMSession()
@property (nonatomic) OlmSession *session;
@property (nonatomic, strong) OLMAccount *account;
@end