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,18 @@
package com.adif.elcanomovil.uiSubscriptions.create;
import com.adif.elcanomovil.commonNavGraph.arguments.AlertAction;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.FunctionReferenceImpl;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes3.dex */
public final /* synthetic */ class f extends FunctionReferenceImpl implements Function1 {
@Override // kotlin.jvm.functions.Function1
public final Object invoke(Object obj) {
AlertAction.Style p02 = (AlertAction.Style) obj;
Intrinsics.checkNotNullParameter(p02, "p0");
((SubscriptionCreationFragment) this.receiver).handleAction(p02);
return Unit.INSTANCE;
}
}