ShopView
public protocol ShopView
Shop view protocol. Describes the main navigation menu.
-
Collection of navigation item for the main navigation.
Declaration
Swift
var mainNavigation: [NavigationItemType]
-
Collection of navigation item for the secondary navigation.
Declaration
Swift
var secondaryNavigation: [NavigationItemType]
-
Collection of products.
Declaration
Swift
var featuredProducts: [ProductType]