Add stub for localDNSTransport and systemCertificates

This commit is contained in:
世界
2025-06-20 22:13:03 +08:00
parent f7883b0f3e
commit 6a0e6782a5
@@ -423,4 +423,12 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
} }
#endif #endif
} }
public func localDNSTransport() -> (any LibboxLocalDNSTransportProtocol)? {
nil
}
public func systemCertificates() -> (any LibboxStringIteratorProtocol)? {
nil
}
} }