Files
2022-04-26 13:34:16 +02:00

10 lines
205 B
Java
Generated

// Generated automatically from android.text.GetChars for testing purposes
package android.text;
public interface GetChars extends CharSequence
{
void getChars(int p0, int p1, char[] p2, int p3);
}