👨🏻💻 오늘의 작업[ 1. 정산 1단계 UI 구현하기 ] 등록하기 버튼까지 완성했다.남은 것은 등록된 상품이 표시될 테이블 뷰와 총금액 라벨, 정산하기 버튼 등을 구현해야 한다.//// SettleUp1stStepView.swift// SoBunSoBun//// Created by 허성필 on 12/11/25.//import UIKitimport SnapKitimport OSLogimport RxSwiftimport RxCocoaimport ReactorKitclass SettleUp1stStepView: UIViewController { init(id: Int) { self.id = id super.init(nibName: nil, bundle: nil) ..