mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-06-07 02:23:55 +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
|
|
}
|