Created
April 11, 2017 19:49
-
-
Save gracietti/dedc08e66c52c8d340e0709235eebac1 to your computer and use it in GitHub Desktop.
ProductContracts.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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