olm/xcode/OLMKit/OLMAccount_Private.h
2016-04-08 17:26:12 -07:00

15 lines
No EOL
175 B
Objective-C

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