The main application window, must be set by App::on_create

Property definitions

ios :: ui $ AppDelegate :: window=
	# The main application window, must be set by `App::on_create`
	fun window=(window: UIWindow) in "ObjC" `{ self.window = window; `}
lib/ios/ui/ui.nit:164,2--165,68