Defined the constants for the String+Host extension.

This commit is contained in:
Javier Cicchelli 2023-04-18 21:48:22 +02:00
parent 247049268c
commit ebcb7439d6

View File

@ -0,0 +1,5 @@
extension String {
enum Host {
static let amiiboApi = "www.amiiboapi.com"
}
}