6 lines
94 B
Swift
6 lines
94 B
Swift
|
extension String {
|
||
|
enum Host {
|
||
|
static let amiiboApi = "www.amiiboapi.com"
|
||
|
}
|
||
|
}
|