mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-15 14:00:25 -06:00
8 lines
178 B
Swift
8 lines
178 B
Swift
// MARK: - ImportLoginsState
|
|
|
|
/// An object that defines the current state of a `ImportLoginsView`.
|
|
///
|
|
struct ImportLoginsState: Equatable, Sendable {
|
|
// MARK: Properties
|
|
}
|