4 lines
60 B
Swift
Raw Normal View History

2024-12-10 11:05:03 +00:00
public protocol Backend {
var baseURL: String { get }
}