NetMirror.apk

Download file
package q1;

import android.view.Choreographer;

/* JADX INFO: renamed from: q1.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public interface InterfaceC0651b {

    /* JADX INFO: renamed from: q1.b$a */
    public interface a {
        void a(Choreographer.FrameCallback frameCallback);

        void b(Choreographer.FrameCallback frameCallback);
    }

    a a();
}
Download file