mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 11:30:04 +00:00
7 lines
138 B
Swift
7 lines
138 B
Swift
|
|
public protocol CachedPeerData: PostboxCoding {
|
|
var peerIds: Set<PeerId> { get }
|
|
|
|
func isEqual(to: CachedPeerData) -> Bool
|
|
}
|