NetMirror.apk

Download file
package M;

/* JADX INFO: loaded from: classes.dex */
public class b {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private String f865a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private c[] f866b;

    public b(String str) {
        this.f865a = str;
    }

    public String a() {
        return this.f865a;
    }

    public c[] b() {
        return this.f866b;
    }

    public b(String str, c[] cVarArr) {
        this.f865a = str;
        this.f866b = cVarArr;
    }
}
Download file