mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-15 08:50:57 +00:00
18 lines
600 B
Swift
18 lines
600 B
Swift
import Foundation
|
|
import SecretAgentKit
|
|
|
|
//@objc public protocol RemoteAgentInputParserProtocol {
|
|
//
|
|
// func parse(data: Data, with reply: (SSHAgent.Request?, (any Error)?) -> Void)
|
|
//
|
|
//}
|
|
//
|
|
//class AgentInputParser: NSObject, RemoteAgentInputParserProtocol {
|
|
//
|
|
// /// This implements the example protocol. Replace the body of this class with the implementation of this service's protocol.
|
|
// @objc func performCalculation(firstNumber: Int, secondNumber: Int, with reply: @escaping (Int) -> Void) {
|
|
// let response = firstNumber + secondNumber
|
|
// reply(response)
|
|
// }
|
|
//}
|