Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricADockery/5cd46d319074401c40cdc44ac59e1592 to your computer and use it in GitHub Desktop.
Save EricADockery/5cd46d319074401c40cdc44ac59e1592 to your computer and use it in GitHub Desktop.
//
// 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