Skip to content

Commit

Permalink
✨ :: [#87] BaseFeature / DotoriRoutePath confirmationDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Jul 23, 2023
1 parent 73f00a2 commit 3086ca8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Projects/Feature/BaseFeature/Sources/DotoriRoutePath.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3086ca8

Please sign in to comment.