Skip to content
Snippets Groups Projects
Commit 13ead5eb authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Add empty Client

parent 8d56fcfe
No related branches found
No related tags found
1 merge request!1Client management
import Bindings
public struct Client {
}
extension Client {
public static func live(bindingsClient: BindingsClient) -> Client {
Client()
}
}
#if DEBUG
extension Client {
public static let failing = Client()
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment