NetMirror.apk

Download file
package com.facebook.react.fabric.mounting.mountitems;

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

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

    public final int b() {
        return this.f6847a;
    }

    public final void c() {
        this.f6847a++;
    }
}
Download file