package j5;

import com.martsnew.data.model.response.CompanyResponse;
import com.martsnew.domain.model.Company;

/* JADX INFO: renamed from: j5.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1073d implements p {
    @Override // j5.p
    public final Object a(Object obj) {
        CompanyResponse companyResponse = (CompanyResponse) obj;
        P6.g.e(companyResponse, "dto");
        return new Company(companyResponse.f10678a, companyResponse.f10679b, companyResponse.f10680c, companyResponse.f10681d, companyResponse.f10682e, companyResponse.f10683f);
    }
}
