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