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: UIWindow in "ObjC" `{ return [self window]; `}
lib/ios/ui/ui.nit:161,2--162,59