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

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);
}