This commit is contained in:
Max Goedjen 2025-09-08 00:16:48 -07:00
parent 37d791f787
commit 4f36b1dae5
No known key found for this signature in database

View File

@ -1,5 +1,4 @@
import Foundation import Foundation
import XPC
public struct XPCTypedSession<ResponseType: Codable & Sendable, ErrorType: Error & Codable>: Sendable { public struct XPCTypedSession<ResponseType: Codable & Sendable, ErrorType: Error & Codable>: Sendable {