what-the-bank/sources/com/scb/phone/view/custom/common/CustomViewInlineProgressAni...

32 lines
1.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}