Skip to content

Instantly share code, notes, and snippets.

@HassanElDesouky
Created August 28, 2019 07:07
Show Gist options
  • Save HassanElDesouky/c22070444769ed371d0a0ea487a38f37 to your computer and use it in GitHub Desktop.
Save HassanElDesouky/c22070444769ed371d0a0ea487a38f37 to your computer and use it in GitHub Desktop.
protocol CreateListControllerDelegate: class {
func didAddList(list: List)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment