update platform interface
This commit is contained in:
@@ -10,6 +10,10 @@ import Libcore
|
|||||||
import NetworkExtension
|
import NetworkExtension
|
||||||
|
|
||||||
public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtocol, LibboxCommandServerHandlerProtocol {
|
public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtocol, LibboxCommandServerHandlerProtocol {
|
||||||
|
public func readWIFIState() -> LibboxWIFIState? {
|
||||||
|
return nil;
|
||||||
|
}
|
||||||
|
|
||||||
private let tunnel: ExtensionProvider
|
private let tunnel: ExtensionProvider
|
||||||
private var networkSettings: NEPacketTunnelNetworkSettings?
|
private var networkSettings: NEPacketTunnelNetworkSettings?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user