mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-12 07:43:01 -06:00
6 lines
125 B
Swift
6 lines
125 B
Swift
// MARK: - AuthAction
|
|
|
|
/// An action that may require routing to a new Auth screen.
|
|
///
|
|
public enum AuthAction: Equatable {}
|