sodalive-ios/SodaLive/Sources/MyPage/Profile/Nickname/GetChangeNicknamePriceRespo...

13 lines
191 B
Swift

//
// GetChangeNicknamePriceResponse.swift
// SodaLive
//
// Created by klaus on 2023/08/19.
//
import Foundation
struct GetChangeNicknamePriceResponse: Decodable {
let price: Int
}