Sha256: 626c8c0da61e6de1705f42f50f10a8fcfd7b8b611a3accf1aa3fd30280d2c717
Contents?: true
Size: 485 Bytes
Versions: 40
Compression:
Stored size: 485 Bytes
Contents
// // SocketClientDelegateProtocol.swift // FastlaneSwiftRunner // // Created by Joshua Liebowitz on 8/12/17. // Copyright © 2017 Joshua Liebowitz. All rights reserved. // import Foundation protocol SocketClientDelegateProtocol: class { func connectionsOpened() func connectionsClosed() func commandExecuted(serverResponse: SocketClientResponse) } // Please don't remove the lines below // They are used to detect outdated files // FastlaneRunnerAPIVersion [0.9.1]
Version data entries
40 entries across 40 versions & 1 rubygems