mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
7 lines
220 B
Java
7 lines
220 B
Java
package androidx.compose.ui.graphics.drawscope;
|
|
public interface DrawScope {
|
|
DrawContext getDrawContext();
|
|
/** Renamed to getSize-NH-jbRc by build.sh (Kotlin value-class mangling). */
|
|
long getSizeNHjbRc();
|
|
}
|