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

Refactor

parent 2ab2c6a1
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!18Update Bindings
......@@ -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(
......
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