라이브 방 추가
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// GetLiveRoomUserProfileResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/14.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct GetLiveRoomUserProfileResponse: Decodable {
|
||||
let userId: Int
|
||||
let nickname: String
|
||||
let profileUrl: String
|
||||
let gender: String
|
||||
let instagramUrl: String
|
||||
let youtubeUrl: String
|
||||
let websiteUrl: String
|
||||
let blogUrl: String
|
||||
let introduce: String
|
||||
let tags: String
|
||||
let isSpeaker: Bool?
|
||||
let isManager: Bool?
|
||||
let isFollowing: Bool?
|
||||
let isBlock: Bool
|
||||
}
|
Reference in New Issue
Block a user