라이브 메인 페이지
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// GetRecommendLiveResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/09.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct GetRecommendLiveResponse: Decodable, Hashable {
|
||||
let imageUrl: String
|
||||
let creatorId: Int
|
||||
}
|
||||
Reference in New Issue
Block a user