Property definitions

ios :: ui $ NSString :: native_open_in_browser
	private fun native_open_in_browser
	in "ObjC" `{
		NSURL *nsurl = [NSURL URLWithString: self];
		[[UIApplication sharedApplication] openURL: nsurl];
	`}
lib/ios/ui/ui.nit:624,2--628,3