what-the-bank/sources/com/huawei/hms/hatool/k0.java

36 lines
617 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.huawei.hms.hatool;
/* loaded from: classes2.dex */
public abstract class k0 implements o1 {
protected String a;
protected String b;
protected String c;
protected String d;
protected String e;
protected String f;
public void f(String str) {
this.b = str;
}
public void e(String str) {
this.c = str;
}
public void d(String str) {
this.d = str;
}
public void c(String str) {
this.e = str;
}
public void b(String str) {
this.a = str;
}
public void a(String str) {
this.f = str;
}
}