mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-13 11:03:35 -06:00
6 lines
133 B
Swift
6 lines
133 B
Swift
// MARK: - FileSelectionEvent
|
|
|
|
/// An event to be handled by the FileSelectionCoordinator.
|
|
///
|
|
enum FileSelectionEvent: Equatable {}
|