Files
adif-api-reverse-engineering/apk_decompiled/sources/G2/o.java

22 lines
507 B
Java

package G2;
import java.lang.ref.WeakReference;
/* loaded from: classes3.dex */
public final class o {
/* renamed from: a, reason: collision with root package name */
public final WeakReference f627a;
/* renamed from: b, reason: collision with root package name */
public int f628b;
/* renamed from: c, reason: collision with root package name */
public boolean f629c;
public o(int i, g gVar) {
this.f627a = new WeakReference(gVar);
this.f628b = i;
}
}