21 lines
314 B
Java
21 lines
314 B
Java
|
package com.huawei.hms.hatool;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public class n0 {
|
||
|
private int a;
|
||
|
private String b;
|
||
|
|
||
|
public int b() {
|
||
|
return this.a;
|
||
|
}
|
||
|
|
||
|
public String a() {
|
||
|
return this.b;
|
||
|
}
|
||
|
|
||
|
public n0(int i, String str) {
|
||
|
this.a = i;
|
||
|
this.b = str;
|
||
|
}
|
||
|
}
|