Skip to content

Instantly share code, notes, and snippets.

@gracietti
Created April 11, 2017 19:49
Show Gist options
  • Save gracietti/dedc08e66c52c8d340e0709235eebac1 to your computer and use it in GitHub Desktop.
Save gracietti/dedc08e66c52c8d340e0709235eebac1 to your computer and use it in GitHub Desktop.
ProductContracts.swift
protocol ProductCategoriesCoreDelegate: class {
func setupSubmodules(with product: Product)
func setupView(for category: Category)
}
protocol ProductCategoriesPageDelegate: class {
func onPageChanged(_ newPageIndex: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment