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

7 lines
173 B
Swift

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