diff --git a/Projects/Feature/BaseFeature/Sources/DotoriRoutePath.swift b/Projects/Feature/BaseFeature/Sources/DotoriRoutePath.swift index 3fca2ae3..15d972ad 100644 --- a/Projects/Feature/BaseFeature/Sources/DotoriRoutePath.swift +++ b/Projects/Feature/BaseFeature/Sources/DotoriRoutePath.swift @@ -9,6 +9,11 @@ public enum DotoriRoutePath: RoutePath { style: UIAlertController.Style = .alert, actions: [UIAlertAction] = [] ) + case confirmationDialog( + title: String = "", + message: String = "", + confirmAction: () -> Void + ) case dismiss case pop