520983d52c
^KT-62262
9 lines
174 B
Kotlin
9 lines
174 B
Kotlin
import platform.UIKit.UIViewController
|
|
|
|
class ViewController : UIViewController {
|
|
@OverrideInit
|
|
constructor() : super(nibName = null, bundle = null)
|
|
}
|
|
|
|
fun main() {}
|