Design Patterns in Swift

  • Creational
  • Structural
  • Behavioral
  • Strategy
  • Factory

multi line text
Yo creeria que soy mejor Strateygy pattern

// COMENTARIO
func sayHello() -> String {
	return "Hello!"
}

func sayHello() -> String {
	return "Strategy!"
}