28 lines
1.0 KiB
Java
28 lines
1.0 KiB
Java
package com.scb.phone.view.custom.common;
|
|
|
|
import android.view.View;
|
|
import android.widget.ProgressBar;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class CustomViewProgressAnimation_ViewBinding implements Unbinder {
|
|
private CustomViewProgressAnimation d;
|
|
|
|
public CustomViewProgressAnimation_ViewBinding(CustomViewProgressAnimation customViewProgressAnimation, View view) {
|
|
this.d = customViewProgressAnimation;
|
|
customViewProgressAnimation.halfCircleProgressBar = (ProgressBar) pyT.e(view, R.id.progressBar, "field 'halfCircleProgressBar'", ProgressBar.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
CustomViewProgressAnimation customViewProgressAnimation = this.d;
|
|
if (customViewProgressAnimation == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
customViewProgressAnimation.halfCircleProgressBar = null;
|
|
}
|
|
}
|