Sha256: 2cee8c6735bbb20f95294717de16e5c8b6d5eae3fe7aff6cc8767bd96db85d48

Contents?: true

Size: 660 Bytes

Versions: 12

Compression:

Stored size: 660 Bytes

Contents

// SocketClientDelegateProtocol.swift
// Copyright (c) 2023 FastlaneTools

//
//  ** NOTE **
//  This file is provided by fastlane and WILL be overwritten in future updates
//  If you want to add extra functionality to this project, create a new file in a
//  new group so that it won't be marked for upgrade
//

import Foundation

protocol SocketClientDelegateProtocol: AnyObject {
    func connectionsOpened()
    func connectionsClosed()
    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]

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
fastlane-security-patched-2.216.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.217.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.216.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.215.1 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.215.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-mercafacil-2.214.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.214.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.213.0 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.212.2 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane_pricing_fix-2.212.1 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.212.1 fastlane/swift/SocketClientDelegateProtocol.swift
fastlane-2.212.0 fastlane/swift/SocketClientDelegateProtocol.swift