Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
12
apk_decompiled/sources/g/ExecutorC0370q.java
Normal file
12
apk_decompiled/sources/g/ExecutorC0370q.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package g;
|
||||
|
||||
import java.util.concurrent.Executor;
|
||||
|
||||
/* renamed from: g.q, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class ExecutorC0370q implements Executor {
|
||||
@Override // java.util.concurrent.Executor
|
||||
public final void execute(Runnable runnable) {
|
||||
new Thread(runnable).start();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user