mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
3 lines
111 B
Java
3 lines
111 B
Java
package androidx.compose.runtime;
|
|
public interface MutableState extends State { void setValue(Object value); }
|