diff options
Diffstat (limited to 'xcode/OLMKit/OLMAccount_Private.h')
-rw-r--r-- | xcode/OLMKit/OLMAccount_Private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xcode/OLMKit/OLMAccount_Private.h b/xcode/OLMKit/OLMAccount_Private.h index 4eb3e2b..b8cf506 100644 --- a/xcode/OLMKit/OLMAccount_Private.h +++ b/xcode/OLMKit/OLMAccount_Private.h @@ -6,10 +6,10 @@ // // -@import olm; +#include "olm/olm.h" @interface OLMAccount() @property (nonatomic) OlmAccount *account; -@end
\ No newline at end of file +@end |