Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
11
apk_decompiled/sources/D/e.java
Normal file
11
apk_decompiled/sources/D/e.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package D;
|
||||
|
||||
import android.content.Context;
|
||||
import java.util.concurrent.Executor;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class e {
|
||||
public static Executor a(Context context) {
|
||||
return context.getMainExecutor();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user