29 lines
885 B
Java
29 lines
885 B
Java
|
package o;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel;
|
||
|
|
||
|
/* renamed from: o.euf, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public abstract class AbstractC12250euf extends C12181etP {
|
||
|
private boolean d;
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public AbstractC12250euf(CustomEasyCashSectionLabel customEasyCashSectionLabel, View view) {
|
||
|
super(customEasyCashSectionLabel, view);
|
||
|
C14957gcv.e(customEasyCashSectionLabel, "");
|
||
|
C14957gcv.e(view, "");
|
||
|
this.d = true;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public final void a() {
|
||
|
this.d = false;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public final boolean d() {
|
||
|
return this.d;
|
||
|
}
|
||
|
}
|