커뮤니티 댓글, 팬토크, 콘텐츠 댓글
- 프로필 이미지 터치시 차단, 신고가 가능한 유저 프로필 표시
This commit is contained in:
13
SodaLive/Sources/User/GetMemberProfileResponse.swift
Normal file
13
SodaLive/Sources/User/GetMemberProfileResponse.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// GetMemberProfileResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 9/7/24.
|
||||
//
|
||||
|
||||
struct GetMemberProfileResponse: Decodable {
|
||||
let memberId: Int
|
||||
let nickname: String
|
||||
let profileImageUrl: String
|
||||
let isBlocked: Bool
|
||||
}
|
Reference in New Issue
Block a user