12 lines
202 B
Swift
12 lines
202 B
Swift
//
|
|
// CharacterImagePurchaseRequest.swift
|
|
// SodaLive
|
|
//
|
|
// Created by klaus on 9/5/25.
|
|
//
|
|
|
|
struct CharacterImagePurchaseRequest: Encodable {
|
|
let imageId: Int
|
|
let container: String = "ios"
|
|
}
|