라이브 상세 페이지 추가
This commit is contained in:
@@ -76,4 +76,23 @@ enum AppStep {
|
||||
timeSettingMode: LiveRoomCreateViewModel.TimeSettingMode,
|
||||
onSuccess: (CreateLiveRoomResponse) -> Void
|
||||
)
|
||||
|
||||
case liveNowAll(onClickParticipant: (Int) -> Void)
|
||||
|
||||
case liveReservationAll(
|
||||
onClickReservation: (Int) -> Void,
|
||||
onClickStart: (Int) -> Void,
|
||||
onClickCancel: () -> Void,
|
||||
onTapCreateLive: () -> Void
|
||||
)
|
||||
|
||||
case modifyLive(room: GetRoomDetailResponse)
|
||||
|
||||
case liveDetail(
|
||||
roomId: Int,
|
||||
onClickParticipant: () -> Void,
|
||||
onClickReservation: () -> Void,
|
||||
onClickStart: () -> Void,
|
||||
onClickCancel: () -> Void
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user