Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
package androidx.lifecycle;
import android.os.Bundle;
import v0.InterfaceC0638c;
/* loaded from: classes.dex */
public final /* synthetic */ class l0 implements InterfaceC0638c {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f3399a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Object f3400b;
public /* synthetic */ l0(Object obj, int i) {
this.f3399a = i;
this.f3400b = obj;
}
@Override // v0.InterfaceC0638c
public final Bundle a() {
int i = this.f3399a;
Object obj = this.f3400b;
switch (i) {
case 0:
return n0.a((n0) obj);
default:
return b.o.c((b.o) obj);
}
}
}