mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
12 lines
607 B
Java
12 lines
607 B
Java
package androidx.compose.foundation.interaction;
|
|
|
|
import kotlin.Metadata;
|
|
|
|
/* compiled from: InteractionSource.kt */
|
|
@Metadata(d1 = {"\u0000\b\n\u0000\n\u0002\u0018\u0002\n\u0000\u001a\u0006\u0010\u0000\u001a\u00020\u0001¨\u0006\u0002"}, d2 = {"MutableInteractionSource", "Landroidx/compose/foundation/interaction/MutableInteractionSource;", "foundation_release"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public final class InteractionSourceKt {
|
|
public static final MutableInteractionSource MutableInteractionSource() {
|
|
return new MutableInteractionSourceImpl();
|
|
}
|
|
}
|