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