package e.g.a.b; import android.content.Context; import o.s.c.j; public final class c extends d { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c(Context context) { super(context); j.e(context, "context"); } @Override // e.g.a.b.d, e.g.c.a.i.f public String e() { return j.k("https://tapi.pureapk.com", "/v3"); } }