mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
no message
This commit is contained in:
@@ -73,9 +73,9 @@ public func ==(lhs: TelegramMediaImage, rhs: TelegramMediaImage) -> Bool {
|
||||
}
|
||||
|
||||
public final class TelegramMediaImageRepresentation: Coding, Equatable, CustomStringConvertible {
|
||||
let dimensions: CGSize
|
||||
let location: TelegramMediaLocation
|
||||
let size: Int?
|
||||
public let dimensions: CGSize
|
||||
public let location: TelegramMediaLocation
|
||||
public let size: Int?
|
||||
|
||||
public init(dimensions: CGSize, location: TelegramMediaLocation, size: Int?) {
|
||||
self.dimensions = dimensions
|
||||
|
||||
Reference in New Issue
Block a user