Refactoring

This commit is contained in:
Ali
2021-08-03 12:23:13 +02:00
parent 1a0dc56953
commit 7e6eb2b3bd
46 changed files with 702 additions and 470 deletions

View File

@@ -0,0 +1,5 @@
import Postbox
public protocol EngineOpaqueChatState: AnyObject, Codable {
func isEqual(to other: EngineOpaqueChatState) -> Bool
}