Skip to content
Snippets Groups Projects

Update Bindings

Merged Dariusz Rybicki requested to merge feature/update-bindings into development
1 file
+ 15
0
Compare changes
  • Side-by-side
  • Inline
+ 15
0
import Bindings
public struct Cmix {
// TODO:
}
extension Cmix {
public static func live(_ bindingsCmix: BindingsCmix) -> Cmix {
Cmix()
}
}
extension Cmix {
public static let unimplemented = Cmix()
}
Loading