- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
25 lines
424 B
Java
25 lines
424 B
Java
package com.ironsource;
|
|
|
|
import com.ironsource.lg;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class gr implements lg.b {
|
|
private String a;
|
|
private int b;
|
|
|
|
public gr(String str, int i) {
|
|
this.a = str;
|
|
this.b = i;
|
|
}
|
|
|
|
@Override // com.ironsource.lg.b
|
|
public int b() {
|
|
return this.b;
|
|
}
|
|
|
|
@Override // com.ironsource.lg.b
|
|
public String c() {
|
|
return this.a;
|
|
}
|
|
}
|