6 lines
80 B
Swift
6 lines
80 B
Swift
extension String {
|
|
enum Scheme {
|
|
static let https = "https"
|
|
}
|
|
}
|