mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 19:09:56 +00:00
5 lines
99 B
Swift
5 lines
99 B
Swift
|
|
public protocol PeerPresence: class, PostboxCoding {
|
|
func isEqual(to: PeerPresence) -> Bool
|
|
}
|