Files
ios/BitwardenShared/UI/Platform/FileSelection/FileSelectionRoute.swift
2024-01-16 11:08:18 -06:00

15 lines
291 B
Swift

// MARK: - FileSelectionRoute
/// The enumeration of file selection options.
///
public enum FileSelectionRoute {
/// A route to the camera screen.
case camera
/// A route to the file browser screen.
case file
/// A route to the photo library screen.
case photo
}