From 6c5aece4a0edf042fd4822ef1ec7cd34a21abb86 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Sun, 17 Mar 2024 23:53:43 +0100 Subject: [PATCH] fix: ios --- .../SingBox/ExtensionPlatformInterface.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/SingBoxPacketTunnel/SingBox/ExtensionPlatformInterface.swift b/ios/SingBoxPacketTunnel/SingBox/ExtensionPlatformInterface.swift index d13234c1..ff8f68cd 100644 --- a/ios/SingBoxPacketTunnel/SingBox/ExtensionPlatformInterface.swift +++ b/ios/SingBoxPacketTunnel/SingBox/ExtensionPlatformInterface.swift @@ -222,10 +222,10 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc } } - public func postServiceClose() async { + public func postServiceClose() { // TODO } - + func reset() { networkSettings = nil }