mirror of
https://github.com/bitwarden/ios.git
synced 2026-04-13 10:54:06 -05:00
8 lines
218 B
Swift
8 lines
218 B
Swift
// MARK: - DebugMenuRoute
|
|
|
|
/// A route to specific screens in the` DebugMenuView`
|
|
public enum DebugMenuRoute: Equatable, Hashable {
|
|
/// A route to dismiss the screen currently presented modally.
|
|
case dismiss
|
|
}
|