mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 11:30:04 +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
|
|
}
|