탐색 메인 페이지

This commit is contained in:
Yu Sung
2023-08-10 13:01:16 +09:00
parent f8bab4c232
commit 943e1d9f7f
10 changed files with 434 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
//
// GetRoomDetailResponse.swift
// SodaLive
//
// Created by klaus on 2023/08/10.
//
import Foundation
struct GetRoomDetailUser: Decodable, Hashable {
let id: Int
let nickname: String
let profileImageUrl: String
}