33 lines
500 B
Java
33 lines
500 B
Java
package com.huawei.hms.hwid;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class an {
|
|
protected int a = 13;
|
|
protected String b;
|
|
protected String c;
|
|
|
|
public String c() {
|
|
return this.c;
|
|
}
|
|
|
|
public void b(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
public String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(String str) {
|
|
this.b = str;
|
|
}
|
|
|
|
public void a(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
public int a() {
|
|
return this.a;
|
|
}
|
|
}
|