diff --git a/Library/Network/ExtensionPlatformInterface.swift b/Library/Network/ExtensionPlatformInterface.swift index 77927f5..324c355 100644 --- a/Library/Network/ExtensionPlatformInterface.swift +++ b/Library/Network/ExtensionPlatformInterface.swift @@ -423,4 +423,12 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc } #endif } + + public func localDNSTransport() -> (any LibboxLocalDNSTransportProtocol)? { + nil + } + + public func systemCertificates() -> (any LibboxStringIteratorProtocol)? { + nil + } }