28 lines
904 B
Java
28 lines
904 B
Java
package com.scb.phone.view.custom.common;
|
|
|
|
import android.view.View;
|
|
import android.widget.LinearLayout;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class ProgressStateBar_ViewBinding implements Unbinder {
|
|
private ProgressStateBar d;
|
|
|
|
public ProgressStateBar_ViewBinding(ProgressStateBar progressStateBar, View view) {
|
|
this.d = progressStateBar;
|
|
progressStateBar.viewProgressState = (LinearLayout) pyT.e(view, R.id.view_progress_state, "field 'viewProgressState'", LinearLayout.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
ProgressStateBar progressStateBar = this.d;
|
|
if (progressStateBar == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
progressStateBar.viewProgressState = null;
|
|
}
|
|
}
|