Skip to content

Commit

Permalink
[refactor] #245: 채팅방 ViewModel Input 주석 제거 및 Output 메시지 전송 가능여부 프로퍼티 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-muuu committed May 24, 2023
1 parent eb2863d commit 61e7974
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ class ChattingRoomViewModel: ChattingRoomViewModelInterface{
}

struct Input{
// let messageObservable: Observable<String>
// let sendBtnTap: ControlEvent<Void>
// let exitBtnTap: ControlEvent<Void>
let messageObservable: Observable<String>
let sendBtnTap: ControlEvent<Void>
let exitBtnTap: Observable<Void>
}

struct Output{
// let canSendMessage: Driver<Bool>
// let exitResponse: Observable<ResponseState>
}

Expand Down

0 comments on commit 61e7974

Please sign in to comment.