fastlane/swift/SocketClientDelegateProtocol.swift in fastlane-2.149.1 vs fastlane/swift/SocketClientDelegateProtocol.swift in fastlane-2.150.0.rc1
- old
+ new
@@ -15,10 +15,10 @@
import Foundation
protocol SocketClientDelegateProtocol: class {
func connectionsOpened()
func connectionsClosed()
- func commandExecuted(serverResponse: SocketClientResponse)
+ func commandExecuted(serverResponse: SocketClientResponse, completion: (SocketClient) -> Void)
}
// Please don't remove the lines below
// They are used to detect outdated files
// FastlaneRunnerAPIVersion [0.9.2]