시그니처 후원

- 시그니처 별로 설정된 시간 만큼 GIF가 재생되도록 기능 추가
This commit is contained in:
Yu Sung
2024-05-01 22:29:37 +09:00
parent b55d2c22f8
commit ee34c9a0f8
5 changed files with 84 additions and 17 deletions

View 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
}