package kotlinx.coroutines; import kotlin.coroutines.CoroutineContext; /* compiled from: CoroutineScope.kt */ /* loaded from: classes3.dex */ public interface CoroutineScope { CoroutineContext getCoroutineContext(); }