Skip to content

Commit

Permalink
[Fix] #244 - 코드 라인 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongdung-eo committed Mar 23, 2024
1 parent 3ae38d0 commit 46e1793
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import FSCalendar
import Then
import SnapKit

final class AchievementViewController: UIViewController, AchievementViewModelPresentable {
final class AchievementViewController: UIViewController {

// MARK: - Properties

Expand Down Expand Up @@ -42,7 +42,7 @@ final class AchievementViewController: UIViewController, AchievementViewModelPre
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}

// MARK: - Life Cycle

override func viewWillAppear(_ animated: Bool) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ final class DetailAchievementViewController: UIViewController {
self.viewModel = viewModel
super.init(nibName: nil, bundle: nil)
}

required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final class NottodoModalViewController: UIViewController {
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}

// MARK: - Life Cycle

override func viewWillAppear(_ animated: Bool) {
Expand Down

0 comments on commit 46e1793

Please sign in to comment.