no message

This commit is contained in:
Peter
2016-09-05 23:20:51 +03:00
parent e40b2fc77a
commit 69785d10e6
58 changed files with 1632 additions and 3257 deletions

View File

@@ -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