Files
sodalive-ios/SodaLive/Sources/Live/Room/V2/GetLiveRoomHeartTotalResponse.swift
Yu Sung 17b4516b87 라이브 방
- 하트 후원 API 연결
- 하트 후원 성공시 하트 애니메이션 호출
- 하트 후원 성공시 채팅으로 알림
2024-10-24 18:13:56 +09:00

13 lines
197 B
Swift

//
// GetLiveRoomHeartTotalResponse.swift
// SodaLive
//
// Created by klaus on 10/24/24.
//
import Foundation
struct GetLiveRoomHeartTotalResponse: Decodable {
let totalHeartCount: Int
}