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