Files
SodaLive
Preview Content
Resources
Sources
Agora
App
Common
Content
CustomView
Debug
Dialog
Explorer
Extensions
Follow
Font
FortuneWheel
IAP
ImagePicker
Keyboard
Live
Main
Message
MyPage
NavigationBar
Onboarding
Report
Settings
Shape
Splash
UI
User
FindPassword
Login
SignUp
CreatorFollowRequest.swift
Gender.swift
GetMemberProfileResponse.swift
IdfaUpdateRequest.swift
PushTokenUpdateRequest.swift
UserApi.swift
UserRepository.swift
UserTextField.swift
UserViewModel.swift
Utils
ContentView.swift
SodaLive.entitlements
SodaLive.xcworkspace
generated
.gitignore
Podfile
Podfile.lock
SodaLive-dev.entitlements
model-SodaLive-dev.json
model-SodaLive.json
sodalive-ios/SodaLive/Sources/User/GetMemberProfileResponse.swift
Yu Sung 7c5b30335e 커뮤니티 댓글, 팬토크, 콘텐츠 댓글
- 프로필 이미지 터치시 차단, 신고가 가능한 유저 프로필 표시
2024-09-07 03:58:52 +09:00

14 lines
240 B
Swift

//
// 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
}