Moved the String format constants from the Pathable protocol in the library target into its own String+Constants extension.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
extension String {
|
||||
enum Format {
|
||||
enum Path {
|
||||
static let docs = "/docs/%@"
|
||||
static let root = "/%@"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user