Files
sodalive-ios/SodaLive/Sources/MyPage/Profile/Nickname/GetChangeNicknamePriceResponse.swift
2023-08-19 17:01:35 +09:00

13 lines
191 B
Swift

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