Skip to content

Commit

Permalink
✨ :: [#94] App / ViolationDomainAssembly DI
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Jul 25, 2023
1 parent 9c03f56 commit e67ebf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Projects/App/Sources/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import Swinject
import Timer
import UIKit
import UserDomain
import ViolationDomain

@main
class AppDelegate: UIResponder, UIApplicationDelegate {
Expand Down Expand Up @@ -56,6 +57,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
UserDomainAssembly(),
SelfStudyDomainAssembly(),
MassageDomainAssembly(),
ViolationDomainAssembly(),
MealDomainAssembly(),
NoticeDomainAssembly()
], container: AppDelegate.container)
Expand Down

0 comments on commit e67ebf4

Please sign in to comment.