blob: 8c218f7ec8385c6ad8a845cbdee869d31093132e [file]
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package a
public interface DefaultImplsInInterface {
public abstract val isVisible: kotlin.Boolean
public abstract val isPersistent: kotlin.Boolean
public abstract suspend fun show(mutatePriority: kotlin.Int): kotlin.Unit
public abstract fun dismiss(): kotlin.Unit
public abstract fun onDispose(): kotlin.Unit
}