package androidx.compose.runtime;

/* JADX INFO: loaded from: classes.dex */
@Stable
public interface State<T> {
    T getValue();
}
