13 lines
197 B
Swift
13 lines
197 B
Swift
//
|
|
// GetLiveRoomHeartTotalResponse.swift
|
|
// SodaLive
|
|
//
|
|
// Created by klaus on 10/24/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct GetLiveRoomHeartTotalResponse: Decodable {
|
|
let totalHeartCount: Int
|
|
}
|