Swiftgram/Postbox/PeerPresence.swift
2016-10-11 19:45:22 +02:00

5 lines
92 B
Swift

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