탐색 메인 페이지
This commit is contained in:
@@ -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
|
||||
}
|
Reference in New Issue
Block a user