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