Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.adif.elcanomovil.commonViews;
|
||||
|
||||
import kotlin.jvm.functions.Function0;
|
||||
import kotlin.jvm.internal.Lambda;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class f extends Lambda implements Function0 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final f f4453a = new Lambda(0);
|
||||
|
||||
@Override // kotlin.jvm.functions.Function0
|
||||
public final /* bridge */ /* synthetic */ Object invoke() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user