fastlane/swift/SocketClientDelegateProtocol.swift in fastlane-2.203.0 vs fastlane/swift/SocketClientDelegateProtocol.swift in fastlane-2.204.0

- old
+ new

@@ -8,10 +8,10 @@ // new group so that it won't be marked for upgrade // import Foundation -protocol SocketClientDelegateProtocol: class { +protocol SocketClientDelegateProtocol: AnyObject { func connectionsOpened() func connectionsClosed() func commandExecuted(serverResponse: SocketClientResponse, completion: (SocketClient) -> Void) }