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; } }