mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +00:00
Added mac imports
This commit is contained in:
parent
bb12e8c99c
commit
591aeff1f3
@ -1,5 +1,9 @@
|
||||
import Foundation
|
||||
#if os(macOS)
|
||||
import PostboxMac
|
||||
#else
|
||||
import Postbox
|
||||
#endif
|
||||
|
||||
public indirect enum JSON: PostboxCoding, Equatable {
|
||||
case null
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
import Foundation
|
||||
#if os(macOS)
|
||||
import PostboxMac
|
||||
#else
|
||||
import Postbox
|
||||
#endif
|
||||
|
||||
public protocol SplitTestEvent: RawRepresentable where RawValue == String {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user