func doDialogSomething1() { if let dialog = self.dialog { dialog.something() } }
!
doDialogSomething1