크리에이터 채널 - 콘텐츠 영역 추가

This commit is contained in:
Yu Sung
2023-08-20 20:36:17 +09:00
parent 154b5826c6
commit a5b954ada2
6 changed files with 204 additions and 2 deletions

View File

@@ -58,6 +58,8 @@ enum AppStep {
case modifyContent(contentId: Int)
case contentListAll(userId: Int)
case contentDetail(contentId: Int)
case liveReservationComplete(response: MakeLiveReservationResponse)