mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-19 10:46:35 +00:00
7 lines
131 B
Swift
7 lines
131 B
Swift
|
|
public protocol CachedPeerData: Coding {
|
|
var peerIds: Set<PeerId> { get }
|
|
|
|
func isEqual(to: CachedPeerData) -> Bool
|
|
}
|