doxy/Library/Sources/Internal/Extensions/String+Constants.swift

10 lines
193 B
Swift

extension String {
enum Format {
enum Path {
static let data = "/data/%@"
static let docs = "/docs/%@"
static let root = "/%@"
}
}
}