Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
11
apk_decompiled/sources/U/c.java
Normal file
11
apk_decompiled/sources/U/c.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package U;
|
||||
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.widget.CompoundButton;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class c {
|
||||
public static Drawable a(CompoundButton compoundButton) {
|
||||
return compoundButton.getButtonDrawable();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user