secretive/Sources/SecretAgent/XPCInputParser.swift
Max Goedjen 40438076e9
WIP
2025-09-06 14:06:32 -07:00

11 lines
192 B
Swift

import Foundation
import SecretAgentKit
struct XPCAgentInputParser: SSHAgentInputParserProtocol {
func parse(data: Data) async throws -> SSHAgent.Request {
fatalError()
}
}