36 lines
617 B
Java
36 lines
617 B
Java
|
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;
|
||
|
}
|
||
|
}
|