mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-16 00:52:44 -06:00
7 lines
145 B
Swift
7 lines
145 B
Swift
import Foundation
|
|
|
|
public extension URL {
|
|
/// An example `URL` used in tests.
|
|
static let example = URL(string: "https://example.com")!
|
|
}
|