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