Skip to content

Commit

Permalink
[CHORE]: DI에 PreviewViewModel 등록
Browse files Browse the repository at this point in the history
  • Loading branch information
LURKS02 committed Dec 5, 2024
1 parent 9dbb8a4 commit cac25f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions App/App/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,10 @@ extension SceneDelegate {
usecase: DIContainer.shared.resolve(type: EditVideoUseCaseInterface.self)
)
)

DIContainer.shared.register(
type: PreviewViewModel.self,
instance: PreviewViewModel(usecase: DIContainer.shared.resolve(type: EditVideoUseCaseInterface.self))
)
}
}

0 comments on commit cac25f5

Please sign in to comment.