package com.revenuecat.purchases.interfaces;

/* JADX INFO: loaded from: classes3.dex */
@FunctionalInterface
public interface Callback<T> {
    void onReceived(T t6);
}
