discord-jadx/app/src/main/java/s/a/s1.java
2021-06-27 22:53:42 +02:00

10 lines
260 B
Java

package s.a;
import kotlin.coroutines.CoroutineContext;
/* compiled from: ThreadContextElement.kt */
public interface s1<S> extends CoroutineContext.Element {
S C(CoroutineContext coroutineContext);
void x(CoroutineContext coroutineContext, S s2);
}