Skip to content

Commit 31f0b3b

Browse files
committed
fix import
1 parent 44f191f commit 31f0b3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Coder Desktop/Coder Desktop/XPCInterface.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import Foundation
22
import os
33
import VPNXPC
4-
import XPCHub
54

6-
@objc final class VPNXPCInterface: NSObject, XPCClientCallbackProtocol, @unchecked Sendable {
5+
@objc final class VPNXPCInterface: NSObject, VPNXPCClientCallbackProtocol, @unchecked Sendable {
76
private var svc: CoderVPNService
87
private let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "VPNXPCInterface")
98
private let xpc: VPNXPCProtocol

0 commit comments

Comments
 (0)