Skip to content
Snippets Groups Projects

Update Bindings

Merged Dariusz Rybicki requested to merge feature/update-bindings into development
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -2,10 +2,6 @@ import Bindings
import XCTestDynamicOverlay
public struct NewCmix {
public init(run: @escaping (String, String, Data, String?) throws -> Bool) {
self.run = run
}
public var run: (String, String, Data, String?) throws -> Bool
public func callAsFunction(
Loading