add android properties box tests
This commit is contained in:
committed by
Yan Zhulanow
parent
f2ab424c41
commit
08245ffe1c
@@ -0,0 +1,8 @@
|
||||
package android.app
|
||||
|
||||
import android.view.View
|
||||
import android.content.Context
|
||||
|
||||
abstract class Activity: Context {
|
||||
abstract fun findViewById(id: Int): View?
|
||||
}
|
||||
Reference in New Issue
Block a user