feat:add network plugin to iOS

This commit is contained in:
pengfei.zhou
2019-11-21 20:16:48 +08:00
parent 632e4b98b9
commit 74e5421282
5 changed files with 87 additions and 6 deletions

View File

@@ -16,9 +16,7 @@
package pub.doric.plugin;
import android.text.TextUtils;
import android.util.Log;
import com.github.pengfeizhou.jscore.ArchiveException;
import com.github.pengfeizhou.jscore.JSDecoder;
import com.github.pengfeizhou.jscore.JSONBuilder;
import com.github.pengfeizhou.jscore.JSObject;
@@ -26,11 +24,9 @@ import com.github.pengfeizhou.jscore.JSValue;
import com.github.pengfeizhou.jscore.JavaValue;
import org.jetbrains.annotations.NotNull;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import java.util.Iterator;
import java.util.Set;
import java.util.concurrent.TimeUnit;