package com.scb.phone.view.custom.common; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import butterknife.Unbinder; import com.scb.phone.R; import o.pyT; /* loaded from: classes5.dex */ public class CustomLimit_ViewBinding implements Unbinder { private CustomLimit e; public CustomLimit_ViewBinding(CustomLimit customLimit, View view) { this.e = customLimit; customLimit.mLimitProgress = (ViewGroup) pyT.e(view, R.id.limit_progress_view, "field 'mLimitProgress'", ViewGroup.class); customLimit.remainingLimit = (TextView) pyT.e(view, R.id.remaining_limit_text_view, "field 'remainingLimit'", TextView.class); } @Override // butterknife.Unbinder public final void a() { CustomLimit customLimit = this.e; if (customLimit == null) { throw new IllegalStateException("Bindings already cleared."); } this.e = null; customLimit.mLimitProgress = null; customLimit.remainingLimit = null; } }