package k5;

import com.martsnew.domain.model.Shortcut;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class h implements i {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Shortcut f13975a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final List f13976b;

    public h(Shortcut shortcut, List list) {
        P6.g.e(list, "list");
        this.f13975a = shortcut;
        this.f13976b = list;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof h)) {
            return false;
        }
        h hVar = (h) obj;
        return P6.g.a(this.f13975a, hVar.f13975a) && P6.g.a(this.f13976b, hVar.f13976b);
    }

    public final int hashCode() {
        return this.f13976b.hashCode() + (this.f13975a.hashCode() * 31);
    }

    public final String toString() {
        return "TabsRow(shortcut=" + this.f13975a + ", list=" + this.f13976b + ")";
    }
}
