feat(character-gallery): 이미지 구매 기능 추가

This commit is contained in:
Yu Sung
2025-09-05 17:59:26 +09:00
parent 6b24e908ca
commit 557a4421e7
6 changed files with 96 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
//
// CharacterImagePurchaseResponse.swift
// SodaLive
//
// Created by klaus on 9/5/25.
//
struct CharacterImagePurchaseResponse: Decodable {
let imageUrl: String
}