6 lines
84 B
Kotlin
6 lines
84 B
Kotlin
package android.view
|
|
|
|
import android.content.Context
|
|
|
|
open class View(ctx: Context)
|