Swiftgram/Postbox/PeerPresence.swift
2017-08-29 17:20:16 +03:00

5 lines
99 B
Swift

public protocol PeerPresence: class, PostboxCoding {
func isEqual(to: PeerPresence) -> Bool
}