mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
6 lines
129 B
Java
6 lines
129 B
Java
package androidx.compose.runtime;
|
|
public interface Composer {
|
|
void startReplaceGroup(int key);
|
|
void endReplaceGroup();
|
|
}
|