discord-jadx/app/src/main/java/s/a/g0.java

12 lines
338 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package s.a;
import kotlin.Unit;
import kotlin.coroutines.CoroutineContext;
import kotlinx.coroutines.CancellableContinuation;
/* compiled from: Delay.kt */
public interface g0 {
void b(long j, CancellableContinuation<? super Unit> cancellableContinuation);
2021-06-27 20:53:42 +00:00
l0 w(long j, Runnable runnable, CoroutineContext coroutineContext);
2021-06-27 20:44:35 +00:00
}