mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-15 17:00:57 +00:00
11 lines
192 B
Swift
11 lines
192 B
Swift
import Foundation
|
|
import SecretAgentKit
|
|
|
|
struct XPCAgentInputParser: SSHAgentInputParserProtocol {
|
|
|
|
func parse(data: Data) async throws -> SSHAgent.Request {
|
|
fatalError()
|
|
}
|
|
|
|
}
|