12 lines
193 B
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"
|
|
}
|