Files
sodalive-ios/SodaLive/Sources/Chat/Character/Detail/Gallery/CharacterImagePurchaseResponse.swift

11 lines
174 B
Swift

//
// CharacterImagePurchaseResponse.swift
// SodaLive
//
// Created by klaus on 9/5/25.
//
struct CharacterImagePurchaseResponse: Decodable {
let imageUrl: String
}