Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
11
apk_decompiled/sources/L/k.java
Normal file
11
apk_decompiled/sources/L/k.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package L;
|
||||
|
||||
import java.util.concurrent.ThreadFactory;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class k implements ThreadFactory {
|
||||
@Override // java.util.concurrent.ThreadFactory
|
||||
public final Thread newThread(Runnable runnable) {
|
||||
return new j(runnable);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user