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

Add E2E wrapper

parent 3f6fa123
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!18Update Bindings
import Bindings
public struct E2E {
// TODO:
}
extension E2E {
public static func live(_ bindingsE2E: BindingsE2e) -> E2E {
E2E()
}
}
extension E2E {
public static let unimplemented = E2E()
}
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