Defined the constants for the String+Scheme extension.
This commit is contained in:
parent
30dbaa3cc6
commit
247049268c
5
Sources/Extensions/String+Scheme.swift
Normal file
5
Sources/Extensions/String+Scheme.swift
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
extension String {
|
||||||
|
enum Scheme {
|
||||||
|
static let https = "https"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user