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

Version Path
fastlane-2.76.0.beta.20180111010004 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.76.0.beta.20180110010004 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.75.1 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.75.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.75.0.beta.20180109010003 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.74.1 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.74.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.74.0.beta.20180108010004 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.74.0.beta.20180107010004 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.74.0.beta.20180106010004 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.73.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.73.0.beta.20180105010003 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.73.0.beta.20180104010004 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.73.0.beta.20180103010003 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.72.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.72.0.beta.20180102010003 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.72.0.beta.20180101010003 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.72.0.beta.20171231010003 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.71.1 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.72.0.beta.20171230010003 fastlane/swift/SocketClientDelegateProtocol.swift