NetMirror.apk

Download file
package U;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private static c f2377a;

    private c() {
    }

    public static synchronized c b() {
        try {
            if (f2377a == null) {
                f2377a = new c();
            }
        } catch (Throwable th) {
            throw th;
        }
        return f2377a;
    }

    @Override // U.b
    public void a(a aVar) {
    }
}
Download file