4 lines
60 B
Swift
4 lines
60 B
Swift
|
public protocol Backend {
|
||
|
var baseURL: String { get }
|
||
|
}
|