Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
22
apk_decompiled/sources/G1/c.java
Normal file
22
apk_decompiled/sources/G1/c.java
Normal file
@@ -0,0 +1,22 @@
|
||||
package G1;
|
||||
|
||||
import android.view.View;
|
||||
import androidx.recyclerview.widget.I0;
|
||||
import com.adif.elcanomovil.commonViews.databinding.ViewStationOptionBinding;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public final class c extends I0 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final ViewStationOptionBinding f573a;
|
||||
|
||||
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||||
public c(View itemView) {
|
||||
super(itemView);
|
||||
Intrinsics.checkNotNullParameter(itemView, "itemView");
|
||||
ViewStationOptionBinding bind = ViewStationOptionBinding.bind(itemView);
|
||||
Intrinsics.checkNotNullExpressionValue(bind, "bind(...)");
|
||||
this.f573a = bind;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user