mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
no message
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import Foundation
|
||||
import MtProtoKit
|
||||
#if os(macOS)
|
||||
import MtProtoKitMac
|
||||
#else
|
||||
import MtProtoKitDynamic
|
||||
#endif
|
||||
|
||||
public class BoxedMessage: NSObject {
|
||||
public let body: Any
|
||||
|
||||
Reference in New Issue
Block a user