Files
ghostgram/submodules/TelegramCore/Sources/TelegramEngine/Peers/OpaqueChatState.swift
T

6 lines
136 B
Swift

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