package com.chartboost.sdk.impl;
/* loaded from: classes2.dex */
public interface pb {

    /* loaded from: classes2.dex */
    public interface b {
        long d();
    }

    void a();

    void a(long j);

    /* loaded from: classes2.dex */
    public static final class a {
        public static /* synthetic */ void a(pb pbVar, long j, int i, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: startProgressUpdate");
            }
            if ((i & 1) != 0) {
                j = 500;
            }
            pbVar.a(j);
        }
    }
}
