Passive view protocol for HeroListViewController
protocol HeroListView: NSObjectProtocol { | |
func startLoading() | |
func finishLoading() | |
func reloadHeroList() | |
func showEmptyListMessage() | |
func gotoHeroDetails(presenter aPresenter: HeroDetailsPresenter) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment