mirror of
https://github.com/bitwarden/ios.git
synced 2026-04-13 01:13:26 -05:00
6 lines
133 B
Swift
6 lines
133 B
Swift
// MARK: - FileSelectionEvent
|
|
|
|
/// An event to be handled by the FileSelectionCoordinator.
|
|
///
|
|
enum FileSelectionEvent: Equatable {}
|