Tipos de retorno da função em Swift

func functionWithReturnType() -> String {  return "I must return a string"}
Talented Tiger