Created
July 7, 2018 21:43
-
-
Save EricADockery/5cd46d319074401c40cdc44ac59e1592 to your computer and use it in GitHub Desktop.
This file contains 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
// | |
// TopMostCollectionViewCellPresenter.swift | |
// iTunesFeatureBanner | |
// | |
// Created by Eric Dockery on 7/7/18. | |
// Copyright © 2018 Eric Dockery. All rights reserved. | |
// | |
class TopMostCollectionViewCellPresenter { | |
let presenter = FeaturedViewPresenter() | |
func build(with fighterData: [FighterData]) { | |
presenter.featuredFighters = fighterData | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment