Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
19
apk_decompiled/sources/o0/C0522B.java
Normal file
19
apk_decompiled/sources/o0/C0522B.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package o0;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
/* renamed from: o0.B, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0522B {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final int f7909a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final Bundle f7910b;
|
||||
|
||||
public C0522B(int i, Bundle bundle) {
|
||||
this.f7909a = i;
|
||||
this.f7910b = bundle;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user