This commit is contained in:
Hiddify
2024-03-17 23:53:43 +01:00
parent 70d73a2d63
commit 6c5aece4a0

View File

@@ -222,10 +222,10 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
} }
} }
public func postServiceClose() async { public func postServiceClose() {
// TODO // TODO
} }
func reset() { func reset() {
networkSettings = nil networkSettings = nil
} }