mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
10 lines
157 B
Java
Generated
10 lines
157 B
Java
Generated
// Generated automatically from android.util.Printer for testing purposes
|
|
|
|
package android.util;
|
|
|
|
|
|
public interface Printer
|
|
{
|
|
void println(String p0);
|
|
}
|