From 826d1523b7b4ad1aaa62560ccc9cb000e1bf4a1d Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 7 Feb 2017 22:50:27 +0300 Subject: [PATCH] no message --- TelegramCore/AccountState.swift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TelegramCore/AccountState.swift b/TelegramCore/AccountState.swift index 89c292d1ca..21be89ae74 100644 --- a/TelegramCore/AccountState.swift +++ b/TelegramCore/AccountState.swift @@ -1,5 +1,9 @@ import Foundation -import Postbox +#if os(macOS) + import PostboxMac +#else + import Postbox +#endif private enum SentAuthorizationCodeTypeValue: Int32 { case otherSession = 0