Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package androidx.recyclerview.widget;
|
||||
|
||||
/* renamed from: androidx.recyclerview.widget.u, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0243u {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final int f3911a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public int f3912b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final boolean f3913c;
|
||||
|
||||
public C0243u(int i, int i4, boolean z3) {
|
||||
this.f3911a = i;
|
||||
this.f3912b = i4;
|
||||
this.f3913c = z3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user