14 lines
244 B
Swift
Raw Permalink Normal View History

//
// String+Formats.swift
// APIService
//
// Created by Javier Cicchelli on 04/12/2022.
// Copyright © 2022 Röck+Cöde. All rights reserved.
//
extension String {
enum Formats {
static let itemsWithId = "/items/%@"
}
}