package aa;

import android.os.Parcelable;
import androidx.annotation.Nullable;
import com.google.android.gms.common.annotation.KeepForSdk;

/* JADX INFO: loaded from: classes2.dex */
public abstract class d implements Parcelable {
    @Nullable
    @KeepForSdk
    public abstract String getAltText();

    @Nullable
    @KeepForSdk
    public abstract String getCreativeType();

    @Nullable
    @KeepForSdk
    public abstract String getStaticResourceUri();
}
