package com.google.android.gms.common.util;

import com.google.android.gms.common.annotation.KeepForSdk;

/* JADX INFO: loaded from: classes.dex */
@KeepForSdk
public interface BiConsumer<T, U> {
    @KeepForSdk
    void accept(T t6, U u6);
}
