Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
21
apk_decompiled/sources/G2/o.java
Normal file
21
apk_decompiled/sources/G2/o.java
Normal file
@@ -0,0 +1,21 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user