Property definitions

ios $ NitViewController :: defaultinit
# View controller associated to an app.nit `Window`
extern class NitViewController
	super UIViewController

	new import App.after_window_pop in "ObjC" `{
		return [[NitViewController alloc] init];
	`}
end
lib/ios/ui/ui.nit:197,1--204,3