Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
27
apk_decompiled/sources/Q0/g.java
Normal file
27
apk_decompiled/sources/Q0/g.java
Normal file
@@ -0,0 +1,27 @@
|
||||
package Q0;
|
||||
|
||||
import java.lang.ref.WeakReference;
|
||||
import java.util.Map;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class g {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final int f1364a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final WeakReference f1365b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final Map f1366c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final int f1367d;
|
||||
|
||||
public g(int i, WeakReference weakReference, Map map, int i4) {
|
||||
this.f1364a = i;
|
||||
this.f1365b = weakReference;
|
||||
this.f1366c = map;
|
||||
this.f1367d = i4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user