blob: c59bf08820fd99c550655815ca9d4f37a0fab500 [file]
package android.view
import android.content.Context
open class View(ctx: Context) {
open fun findViewById(id: Int): View? = null
}