NetMirror.apk

Download file
package B0;

import java.util.ArrayList;
import java.util.HashMap;

/* JADX INFO: loaded from: classes.dex */
public interface b {
    String a();

    HashMap b();

    ArrayList c(String str);

    Object d();

    b e();

    String f();

    void g(String str, ArrayList arrayList);

    Object h();
}
Download file