mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
6 lines
84 B
Kotlin
6 lines
84 B
Kotlin
package android.view
|
|
|
|
import android.content.Context
|
|
|
|
open class View(ctx: Context)
|