package android.app import android.view.View open class Dialog { open fun findViewById(id: Int): View? = null }