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