update platform interface

This commit is contained in:
hiddify
2023-12-03 13:00:04 +03:30
parent 1ce1192166
commit d434467090

View File

@@ -10,6 +10,10 @@ import Libcore
import NetworkExtension
public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtocol, LibboxCommandServerHandlerProtocol {
public func readWIFIState() -> LibboxWIFIState? {
return nil;
}
private let tunnel: ExtensionProvider
private var networkSettings: NEPacketTunnelNetworkSettings?