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