package com.seewo.ota.view;

import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import butterknife.Unbinder;
import butterknife.internal.DebouncingOnClickListener;
import butterknife.internal.Utils;
import com.seewo.ota.R;

/* JADX INFO: loaded from: classes.dex */
public class UpdateDialog_ViewBinding implements Unbinder {
    private UpdateDialog a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private View f2642b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private View f2643c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private View f2644d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private View f2645e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private View f2646f;

    class a extends DebouncingOnClickListener {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        final /* synthetic */ UpdateDialog f2647b;

        a(UpdateDialog_ViewBinding updateDialog_ViewBinding, UpdateDialog updateDialog) {
            this.f2647b = updateDialog;
        }

        @Override // butterknife.internal.DebouncingOnClickListener
        public void doClick(View view) {
            this.f2647b.onClick(view);
        }
    }

    class b extends DebouncingOnClickListener {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        final /* synthetic */ UpdateDialog f2648b;

        b(UpdateDialog_ViewBinding updateDialog_ViewBinding, UpdateDialog updateDialog) {
            this.f2648b = updateDialog;
        }

        @Override // butterknife.internal.DebouncingOnClickListener
        public void doClick(View view) {
            this.f2648b.onClick(view);
        }
    }

    class c extends DebouncingOnClickListener {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        final /* synthetic */ UpdateDialog f2649b;

        c(UpdateDialog_ViewBinding updateDialog_ViewBinding, UpdateDialog updateDialog) {
            this.f2649b = updateDialog;
        }

        @Override // butterknife.internal.DebouncingOnClickListener
        public void doClick(View view) {
            this.f2649b.onClick(view);
        }
    }

    class d extends DebouncingOnClickListener {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        final /* synthetic */ UpdateDialog f2650b;

        d(UpdateDialog_ViewBinding updateDialog_ViewBinding, UpdateDialog updateDialog) {
            this.f2650b = updateDialog;
        }

        @Override // butterknife.internal.DebouncingOnClickListener
        public void doClick(View view) {
            this.f2650b.onClick(view);
        }
    }

    class e extends DebouncingOnClickListener {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        final /* synthetic */ UpdateDialog f2651b;

        e(UpdateDialog_ViewBinding updateDialog_ViewBinding, UpdateDialog updateDialog) {
            this.f2651b = updateDialog;
        }

        @Override // butterknife.internal.DebouncingOnClickListener
        public void doClick(View view) {
            this.f2651b.onClick(view);
        }
    }

    public UpdateDialog_ViewBinding(UpdateDialog updateDialog, View view) {
        this.a = updateDialog;
        View viewFindRequiredView = Utils.findRequiredView(view, R.id.close, "field 'mClose' and method 'onClick'");
        updateDialog.mClose = (ImageView) Utils.castView(viewFindRequiredView, R.id.close, "field 'mClose'", ImageView.class);
        this.f2642b = viewFindRequiredView;
        viewFindRequiredView.setOnClickListener(new a(this, updateDialog));
        updateDialog.mUpdateVersion = (TextView) Utils.findRequiredViewAsType(view, R.id.update_version, "field 'mUpdateVersion'", TextView.class);
        updateDialog.mUpdateSize = (TextView) Utils.findRequiredViewAsType(view, R.id.update_size, "field 'mUpdateSize'", TextView.class);
        updateDialog.mUpdateContentTitle = (TextView) Utils.findRequiredViewAsType(view, R.id.update_content_title, "field 'mUpdateContentTitle'", TextView.class);
        updateDialog.mUpdateContent = (TextView) Utils.findRequiredViewAsType(view, R.id.update_content, "field 'mUpdateContent'", TextView.class);
        View viewFindRequiredView2 = Utils.findRequiredView(view, R.id.download, "field 'mDownload' and method 'onClick'");
        updateDialog.mDownload = (TextView) Utils.castView(viewFindRequiredView2, R.id.download, "field 'mDownload'", TextView.class);
        this.f2643c = viewFindRequiredView2;
        viewFindRequiredView2.setOnClickListener(new b(this, updateDialog));
        View viewFindRequiredView3 = Utils.findRequiredView(view, R.id.update_upgrade, "field 'mUpdateUpgrade' and method 'onClick'");
        updateDialog.mUpdateUpgrade = (TextView) Utils.castView(viewFindRequiredView3, R.id.update_upgrade, "field 'mUpdateUpgrade'", TextView.class);
        this.f2644d = viewFindRequiredView3;
        viewFindRequiredView3.setOnClickListener(new c(this, updateDialog));
        View viewFindRequiredView4 = Utils.findRequiredView(view, R.id.schedule_update, "field 'mScheduleUpdate' and method 'onClick'");
        updateDialog.mScheduleUpdate = (TextView) Utils.castView(viewFindRequiredView4, R.id.schedule_update, "field 'mScheduleUpdate'", TextView.class);
        this.f2645e = viewFindRequiredView4;
        viewFindRequiredView4.setOnClickListener(new d(this, updateDialog));
        View viewFindRequiredView5 = Utils.findRequiredView(view, R.id.remind_me_later, "field 'mRemindMeLater' and method 'onClick'");
        updateDialog.mRemindMeLater = (TextView) Utils.castView(viewFindRequiredView5, R.id.remind_me_later, "field 'mRemindMeLater'", TextView.class);
        this.f2646f = viewFindRequiredView5;
        viewFindRequiredView5.setOnClickListener(new e(this, updateDialog));
    }

    @Override // butterknife.Unbinder
    public void unbind() {
        UpdateDialog updateDialog = this.a;
        if (updateDialog == null) {
            throw new IllegalStateException("Bindings already cleared.");
        }
        this.a = null;
        updateDialog.mClose = null;
        updateDialog.mUpdateVersion = null;
        updateDialog.mUpdateSize = null;
        updateDialog.mUpdateContentTitle = null;
        updateDialog.mUpdateContent = null;
        updateDialog.mDownload = null;
        updateDialog.mUpdateUpgrade = null;
        updateDialog.mScheduleUpdate = null;
        updateDialog.mRemindMeLater = null;
        this.f2642b.setOnClickListener(null);
        this.f2642b = null;
        this.f2643c.setOnClickListener(null);
        this.f2643c = null;
        this.f2644d.setOnClickListener(null);
        this.f2644d = null;
        this.f2645e.setOnClickListener(null);
        this.f2645e = null;
        this.f2646f.setOnClickListener(null);
        this.f2646f = null;
    }
}
