mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-30 11:02:31 -06:00
6 lines
125 B
Java
6 lines
125 B
Java
package androidx.media3.common.util;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface Consumer<T> {
|
|
void accept(T t);
|
|
}
|