feat(character-gallery): 이미지 구매 기능 추가
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// CharacterImagePurchaseResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 9/5/25.
|
||||
//
|
||||
|
||||
struct CharacterImagePurchaseResponse: Decodable {
|
||||
let imageUrl: String
|
||||
}
|
||||
Reference in New Issue
Block a user