Psa improvements

This commit is contained in:
Ali
2020-04-25 16:28:00 +04:00
parent 2a06b2dede
commit 049cba24bf
29 changed files with 4507 additions and 4348 deletions

View File

@@ -2,6 +2,7 @@ import Foundation
public protocol AdditionalChatListItem: PostboxCoding {
var peerId: PeerId { get }
var includeIfNoHistory: Bool { get }
func isEqual(to other: AdditionalChatListItem) -> Bool
}