Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
13
apk_decompiled/sources/U/x.java
Normal file
13
apk_decompiled/sources/U/x.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package U;
|
||||
|
||||
import android.content.res.ColorStateList;
|
||||
import android.graphics.PorterDuff;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface x {
|
||||
ColorStateList getSupportButtonTintList();
|
||||
|
||||
void setSupportButtonTintList(ColorStateList colorStateList);
|
||||
|
||||
void setSupportButtonTintMode(PorterDuff.Mode mode);
|
||||
}
|
||||
Reference in New Issue
Block a user