blob: 5a53ffaf6720b677c66e52ffc8ceb128955d95ee [file]
package android.view
public open class View {
public open fun findViewById(@Suppress("UNUSED_PARAMETER") id: Int): android.view.View = null!!
}