Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
31
apk_decompiled/sources/L/i.java
Normal file
31
apk_decompiled/sources/L/i.java
Normal file
@@ -0,0 +1,31 @@
|
||||
package L;
|
||||
|
||||
import android.net.Uri;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class i {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Uri f1038a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final int f1039b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final int f1040c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final boolean f1041d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final int f1042e;
|
||||
|
||||
public i(Uri uri, int i, int i4, boolean z3, int i5) {
|
||||
uri.getClass();
|
||||
this.f1038a = uri;
|
||||
this.f1039b = i;
|
||||
this.f1040c = i4;
|
||||
this.f1041d = z3;
|
||||
this.f1042e = i5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user