Skip to content

Instantly share code, notes, and snippets.

@rajajawahar
Created May 29, 2018 00:08
Show Gist options
  • Save rajajawahar/adeccc9121b6dbdd3aeabc68869a67c4 to your computer and use it in GitHub Desktop.
Save rajajawahar/adeccc9121b6dbdd3aeabc68869a67c4 to your computer and use it in GitHub Desktop.
protocol BasePresenter {
associatedtype View
func attachView(view : View)
func detachView()
func destroy()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment