Skip to content

Commit

Permalink
chore: todo 남기기
Browse files Browse the repository at this point in the history
  • Loading branch information
iceHood committed Dec 2, 2024
1 parent 604cbc9 commit 8b263d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ final class CreateBookViewController: UIViewController {

return shadowLayer
}()
// TODO: - 뷰모델 개선 필요
@Published
private var viewModel: CreateBookViewModel
private var cancellables: Set<AnyCancellable> = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import UIKit
import MHCore
import Combine

// TODO: - 페이지 없애는 기능 추가
final class EditBookViewController: UIViewController {
// MARK: - Constant
static let buttonBottomConstant: CGFloat = -20
Expand Down

0 comments on commit 8b263d2

Please sign in to comment.