13 lines
		
	
	
		
			191 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			191 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
//
 | 
						|
//  GetChangeNicknamePriceResponse.swift
 | 
						|
//  SodaLive
 | 
						|
//
 | 
						|
//  Created by klaus on 2023/08/19.
 | 
						|
//
 | 
						|
 | 
						|
import Foundation
 | 
						|
 | 
						|
struct GetChangeNicknamePriceResponse: Decodable {
 | 
						|
    let price: Int
 | 
						|
}
 |