mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Refactor MergeLists
This commit is contained in:
6
submodules/MergeLists/Sources/Identifiable.swift
Normal file
6
submodules/MergeLists/Sources/Identifiable.swift
Normal file
@@ -0,0 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public protocol Identifiable {
|
||||
associatedtype T: Hashable
|
||||
var stableId: T { get }
|
||||
}
|
||||
Reference in New Issue
Block a user