mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-11 13:54:06 -06:00
9 lines
192 B
Swift
9 lines
192 B
Swift
// MARK: - SettingsEvent
|
|
|
|
/// An event to be handled by the SettingsCoordinator.
|
|
///
|
|
enum SettingsEvent: Equatable {
|
|
/// A route to the import QR code scanner
|
|
case importItemsQrCode
|
|
}
|