mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Temp
This commit is contained in:
@@ -19,9 +19,9 @@ public struct NoticeEntryKey: Hashable {
|
||||
public static func ==(lhs: NoticeEntryKey, rhs: NoticeEntryKey) -> Bool {
|
||||
return lhs.combinedKey == rhs.combinedKey
|
||||
}
|
||||
|
||||
public var hashValue: Int {
|
||||
return self.combinedKey.hashValue
|
||||
|
||||
public func hash(into hasher: inout Hasher) {
|
||||
hasher.combine(self.combinedKey)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user