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

9 lines
152 B
Swift

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