13 lines
206 B
Swift
13 lines
206 B
Swift
//
|
|
// GetLiveRoomDonationTotalResponse.swift
|
|
// SodaLive
|
|
//
|
|
// Created by klaus on 2023/08/14.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct GetLiveRoomDonationTotalResponse: Decodable {
|
|
let totalDonationCan: Int
|
|
}
|