mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
Moved isEqual(to:) to MediaResource
This commit is contained in:
parent
86ff592694
commit
f57408daf4
@ -31,6 +31,8 @@ public protocol MediaResource {
|
||||
var size: Int? { get }
|
||||
var streamable: Bool { get }
|
||||
var headerSize: Int32 { get }
|
||||
|
||||
func isEqual(to: MediaResource) -> Bool
|
||||
}
|
||||
|
||||
public extension MediaResource {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user