what-the-bank/sources/o/ADs.java

20 lines
393 B
Java

package o;
import android.view.animation.DecelerateInterpolator;
import android.view.animation.Interpolator;
import android.view.animation.LinearInterpolator;
/* loaded from: classes.dex */
public final class ADs {
public static final Interpolator e;
static {
new LinearInterpolator();
e = new NtL();
new DecelerateInterpolator();
}
ADs() {
}
}