mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 21:16:35 +00:00
no message
This commit is contained in:
parent
4113c17b2d
commit
826d1523b7
@ -1,5 +1,9 @@
|
||||
import Foundation
|
||||
import Postbox
|
||||
#if os(macOS)
|
||||
import PostboxMac
|
||||
#else
|
||||
import Postbox
|
||||
#endif
|
||||
|
||||
private enum SentAuthorizationCodeTypeValue: Int32 {
|
||||
case otherSession = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user