what-the-bank/sources/o/C10316eAl.java

20 lines
656 B
Java

package o;
import android.widget.CompoundButton;
import com.scb.phone.view.custom.CustomCheckboxView;
/* renamed from: o.eAl, reason: case insensitive filesystem */
/* loaded from: classes5.dex */
public final /* synthetic */ class C10316eAl implements CompoundButton.OnCheckedChangeListener {
private CustomCheckboxView a;
@Override // android.widget.CompoundButton.OnCheckedChangeListener
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
CustomCheckboxView.d(this.a, z);
}
public /* synthetic */ C10316eAl(CustomCheckboxView customCheckboxView) {
this.a = customCheckboxView;
}
}