mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
15 lines
648 B
Java
15 lines
648 B
Java
|
package androidx.compose.ui.unit;
|
||
|
|
||
|
import java.lang.annotation.Retention;
|
||
|
import java.lang.annotation.RetentionPolicy;
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.annotation.AnnotationRetention;
|
||
|
|
||
|
/* compiled from: ExperimentalUnitApi.kt */
|
||
|
@Retention(RetentionPolicy.CLASS)
|
||
|
@Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, d2 = {"Landroidx/compose/ui/unit/ExperimentalUnitApi;", "", "ui-unit_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
|
||
|
/* loaded from: classes.dex */
|
||
|
public @interface ExperimentalUnitApi {
|
||
|
}
|