mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-04 02:15:47 +00:00
Merge commit '8594f92da54fabfc55aadff87ec1a4cbaee83768'
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user