mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
12 lines
262 B
Java
Generated
12 lines
262 B
Java
Generated
// Generated automatically from android.text.Spannable for testing purposes
|
|
|
|
package android.text;
|
|
|
|
import android.text.Spanned;
|
|
|
|
public interface Spannable extends Spanned
|
|
{
|
|
void removeSpan(Object p0);
|
|
void setSpan(Object p0, int p1, int p2, int p3);
|
|
}
|