라이브 방 추가
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// DeleteLiveRoomDonationMessage.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/14.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct DeleteLiveRoomDonationMessage: Encodable {
|
||||
let roomId: Int
|
||||
let messageUUID: String
|
||||
}
|
Reference in New Issue
Block a user