Fix: Remove bridging header and restore import Libbox - try module import approach
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Foundation
|
||||
import NetworkExtension
|
||||
import Libbox
|
||||
|
||||
func runBlocking<T>(_ block: @escaping () async -> T) -> T {
|
||||
let semaphore = DispatchSemaphore(value: 0)
|
||||
|
||||
Reference in New Issue
Block a user