mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Rename TelegramCore source folder
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import Foundation
|
||||
import SyncCore
|
||||
|
||||
public struct ImageRepresentationWithReference: Equatable {
|
||||
public let representation: TelegramMediaImageRepresentation
|
||||
public let reference: MediaResourceReference
|
||||
|
||||
public init(representation: TelegramMediaImageRepresentation, reference: MediaResourceReference) {
|
||||
self.representation = representation
|
||||
self.reference = reference
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user