11 lines
174 B
Swift
11 lines
174 B
Swift
//
|
|
// CharacterImagePurchaseResponse.swift
|
|
// SodaLive
|
|
//
|
|
// Created by klaus on 9/5/25.
|
|
//
|
|
|
|
struct CharacterImagePurchaseResponse: Decodable {
|
|
let imageUrl: String
|
|
}
|