Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
23
apk_decompiled/sources/H/e.java
Normal file
23
apk_decompiled/sources/H/e.java
Normal file
@@ -0,0 +1,23 @@
|
||||
package H;
|
||||
|
||||
import android.graphics.drawable.Icon;
|
||||
import android.net.Uri;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class e {
|
||||
public static int a(Object obj) {
|
||||
return ((Icon) obj).getResId();
|
||||
}
|
||||
|
||||
public static String b(Object obj) {
|
||||
return ((Icon) obj).getResPackage();
|
||||
}
|
||||
|
||||
public static int c(Object obj) {
|
||||
return ((Icon) obj).getType();
|
||||
}
|
||||
|
||||
public static Uri d(Object obj) {
|
||||
return ((Icon) obj).getUri();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user