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