Publish v1.0
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Reviewed-on: #1
This commit is contained in:
13
Sources/ResgenSwift/Images/Model/ConvertArgument.swift
Normal file
13
Sources/ResgenSwift/Images/Model/ConvertArgument.swift
Normal file
@ -0,0 +1,13 @@
|
||||
//
|
||||
// ConvertArgument.swift
|
||||
//
|
||||
//
|
||||
// Created by Thibaut Schmitt on 24/01/2022.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct ConvertArgument {
|
||||
let width: String?
|
||||
let height: String?
|
||||
}
|
Reference in New Issue
Block a user