package g;

import javax.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public class a0 extends c0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ u f6058a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ h.i f6059b;

    public a0(u uVar, h.i iVar) {
        this.f6058a = uVar;
        this.f6059b = iVar;
    }

    @Override // g.c0
    public long a() {
        return this.f6059b.k();
    }

    @Override // g.c0
    @Nullable
    public u b() {
        return this.f6058a;
    }

    @Override // g.c0
    public void c(h.g gVar) {
        gVar.t(this.f6059b);
    }
}
