package com.scb.phone.view.custom.common; import android.view.View; import android.widget.ImageView; import butterknife.Unbinder; import com.scb.phone.R; import o.pyT; /* loaded from: classes5.dex */ public final class CustomViewInlineProgressAnimation_ViewBinding implements Unbinder { private CustomViewInlineProgressAnimation b; public CustomViewInlineProgressAnimation_ViewBinding(CustomViewInlineProgressAnimation customViewInlineProgressAnimation, View view) { this.b = customViewInlineProgressAnimation; customViewInlineProgressAnimation.point1 = (ImageView) pyT.e(view, R.id.progress_inline_circle01, "field 'point1'", ImageView.class); customViewInlineProgressAnimation.point2 = (ImageView) pyT.e(view, R.id.progress_inline_circle02, "field 'point2'", ImageView.class); customViewInlineProgressAnimation.point3 = (ImageView) pyT.e(view, R.id.progress_inline_circle03, "field 'point3'", ImageView.class); } @Override // butterknife.Unbinder public final void a() { CustomViewInlineProgressAnimation customViewInlineProgressAnimation = this.b; if (customViewInlineProgressAnimation == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; customViewInlineProgressAnimation.point1 = null; customViewInlineProgressAnimation.point2 = null; customViewInlineProgressAnimation.point3 = null; } }