We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f191f commit 31f0b3bCopy full SHA for 31f0b3b
Coder Desktop/Coder Desktop/XPCInterface.swift
@@ -1,9 +1,8 @@
1
import Foundation
2
import os
3
import VPNXPC
4
-import XPCHub
5
6
-@objc final class VPNXPCInterface: NSObject, XPCClientCallbackProtocol, @unchecked Sendable {
+@objc final class VPNXPCInterface: NSObject, VPNXPCClientCallbackProtocol, @unchecked Sendable {
7
private var svc: CoderVPNService
8
private let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "VPNXPCInterface")
9
private let xpc: VPNXPCProtocol
0 commit comments