Fix: Remove bridging header and restore import Libbox - try module import approach

This commit is contained in:
2026-07-02 20:01:59 +08:00
parent 61d17ccbe2
commit 999ee48e6b
14 changed files with 12 additions and 14 deletions
@@ -3,6 +3,7 @@ import NetworkExtension
#if canImport(CoreWLAN)
import CoreWLAN
#endif
import Libbox
public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtocol, LibboxCommandServerHandlerProtocol {
private let tunnel: ExtensionProvider