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 CustomViewProgressAnimationFull_ViewBinding implements Unbinder { private CustomViewProgressAnimationFull b; public CustomViewProgressAnimationFull_ViewBinding(CustomViewProgressAnimationFull customViewProgressAnimationFull, View view) { this.b = customViewProgressAnimationFull; customViewProgressAnimationFull.topPoint = (ImageView) pyT.e(view, R.id.progress_circle01, "field 'topPoint'", ImageView.class); customViewProgressAnimationFull.leftPoint = (ImageView) pyT.e(view, R.id.progress_circle02, "field 'leftPoint'", ImageView.class); customViewProgressAnimationFull.rightPoint = (ImageView) pyT.e(view, R.id.progress_circle03, "field 'rightPoint'", ImageView.class); customViewProgressAnimationFull.bottomPoint = (ImageView) pyT.e(view, R.id.progress_circle04, "field 'bottomPoint'", ImageView.class); } @Override // butterknife.Unbinder public final void a() { CustomViewProgressAnimationFull customViewProgressAnimationFull = this.b; if (customViewProgressAnimationFull == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; customViewProgressAnimationFull.topPoint = null; customViewProgressAnimationFull.leftPoint = null; customViewProgressAnimationFull.rightPoint = null; customViewProgressAnimationFull.bottomPoint = null; } }