package u5;

import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;

/* JADX INFO: loaded from: classes.dex */
public abstract class P extends U.g {

    /* JADX INFO: renamed from: K, reason: collision with root package name */
    public final ImageView f17631K;

    /* JADX INFO: renamed from: L, reason: collision with root package name */
    public final TextView f17632L;

    /* JADX INFO: renamed from: M, reason: collision with root package name */
    public final TextView f17633M;

    /* JADX INFO: renamed from: N, reason: collision with root package name */
    public final TextView f17634N;

    public P(U.b bVar, View view, ImageView imageView, TextView textView, TextView textView2, TextView textView3) {
        super(bVar, view, 0);
        this.f17631K = imageView;
        this.f17632L = textView;
        this.f17633M = textView2;
        this.f17634N = textView3;
    }
}
