This commit is contained in:
Ali
2021-07-29 21:07:15 +02:00
parent d46c7b739d
commit e874fa92ff
15 changed files with 869 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
public protocol PeerChatListEmbeddedInterfaceState: PostboxCoding {
public protocol PeerChatListEmbeddedInterfaceState: Codable {
var timestamp: Int32 { get }
func isEqual(to: PeerChatListEmbeddedInterfaceState) -> Bool