Swiftgram/Postbox/PeerNotificationSettings.swift
2017-01-05 01:14:32 +04:00

7 lines
166 B
Swift

public protocol PeerNotificationSettings: Coding {
var isRemovedFromTotalUnreadCount: Bool { get }
func isEqual(to: PeerNotificationSettings) -> Bool
}