mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-25 17:16:12 +02:00
6 lines
136 B
Swift
6 lines
136 B
Swift
import Postbox
|
|
|
|
public protocol EngineOpaqueChatState: AnyObject, Codable {
|
|
func isEqual(to other: EngineOpaqueChatState) -> Bool
|
|
}
|