Skip to content

Instantly share code, notes, and snippets.

@iamcrypticcoder
Created March 29, 2018 09:52
Show Gist options
  • Save iamcrypticcoder/512321e068c19dd16f339a39733a8992 to your computer and use it in GitHub Desktop.
Save iamcrypticcoder/512321e068c19dd16f339a39733a8992 to your computer and use it in GitHub Desktop.
protocol AbstractGUIFactory {
func createButton() -> Button
func createWindow() -> Window
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment