Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Reviewed-on: #1
14 lines
180 B
Swift
14 lines
180 B
Swift
//
|
|
// ConvertArgument.swift
|
|
//
|
|
//
|
|
// Created by Thibaut Schmitt on 24/01/2022.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct ConvertArgument {
|
|
let width: String?
|
|
let height: String?
|
|
}
|