시그니처 후원
- 시그니처 별로 설정된 시간 만큼 GIF가 재생되도록 기능 추가
This commit is contained in:
13
SodaLive/Sources/Live/Room/LiveRoomDonationResponse.swift
Normal file
13
SodaLive/Sources/Live/Room/LiveRoomDonationResponse.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// LiveRoomDonationResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 5/1/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct LiveRoomDonationResponse: Codable {
|
||||
let imageUrl: String
|
||||
let time: Int
|
||||
}
|
Reference in New Issue
Block a user