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
@@ -1,5 +1,6 @@
import Foundation
import NetworkExtension
import Libbox
func runBlocking<T>(_ block: @escaping () async -> T) -> T {
let semaphore = DispatchSemaphore(value: 0)