mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
refactor and cleanup [skip ci]
This commit is contained in:
8
submodules/SyncCore/Sources/PixelDimensions.swift
Normal file
8
submodules/SyncCore/Sources/PixelDimensions.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
public struct PixelDimensions : Equatable {
|
||||
public let width: Int32
|
||||
public let height: Int32
|
||||
public init(width: Int32, height: Int32) {
|
||||
self.width = width
|
||||
self.height = height
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user