mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-19 04:00:54 +00:00
7 lines
166 B
Swift
7 lines
166 B
Swift
|
|
public protocol PeerNotificationSettings: Coding {
|
|
var isRemovedFromTotalUnreadCount: Bool { get }
|
|
|
|
func isEqual(to: PeerNotificationSettings) -> Bool
|
|
}
|