Refactor + Bugs fixes on Strings + Gestion de la génération des images
This commit is contained in:
13
Sources/Imagium/ConvertArgument.swift
Normal file
13
Sources/Imagium/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