Files
resgen.swift/Sources/ResgenSwift/Images/Model/ConvertArgument.swift
Thibaut Schmitt 264c221604
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Refactor in one unique command with subcommand + add a new command to generate ressources from a configuration file
2022-08-30 17:02:11 +02:00

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?
}