프로필 변경 페이지 추가
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// GetChangeNicknamePriceResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/19.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct GetChangeNicknamePriceResponse: Decodable {
|
||||
let price: Int
|
||||
}
|
||||
Reference in New Issue
Block a user