sodalive-ios/SodaLive/Sources/Live/Room/V2/GetLiveRoomHeartTotalRespon...

13 lines
197 B
Swift

//
// GetLiveRoomHeartTotalResponse.swift
// SodaLive
//
// Created by klaus on 10/24/24.
//
import Foundation
struct GetLiveRoomHeartTotalResponse: Decodable {
let totalHeartCount: Int
}