sodalive-ios/SodaLive/Sources/Live/Room/V2/LiveRoomLikeHeartRequest.swift

12 lines
193 B
Swift

//
// LiveRoomLikeHeartRequest.swift
// SodaLive
//
// Created by klaus on 10/24/24.
//
struct LiveRoomLikeHeartRequest: Encodable {
let roomId: Int
let container: String = "ios"
}