캔 내역, 캔 충전 페이지 추가
This commit is contained in:
16
SodaLive/Sources/MyPage/Can/GetCanResponse.swift
Normal file
16
SodaLive/Sources/MyPage/Can/GetCanResponse.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// GetCanResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/11.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct GetCanResponse: Decodable, Hashable {
|
||||
let id: Int
|
||||
let title: String
|
||||
let can: Int
|
||||
let rewardCan: Int
|
||||
let price: Int
|
||||
}
|
Reference in New Issue
Block a user