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,19 @@
package O;
import android.os.Build;
import android.view.animation.Interpolator;
/* loaded from: classes.dex */
public final class r0 {
/* renamed from: a, reason: collision with root package name */
public q0 f1292a;
public r0(int i, Interpolator interpolator, long j4) {
if (Build.VERSION.SDK_INT >= 30) {
this.f1292a = new p0(n0.j(i, interpolator, j4));
} else {
this.f1292a = new q0(i, interpolator, j4);
}
}
}