cuappdev/podcast-ios

Create EpisodeDisplay protocol and EpisodeTableViewDataSource

doctor3w opened this issue · 0 comments

Description:
Create a singular datasource for managing episode displays. Also create a protocol for all UIViews displaying episodes to implement. This way we can remove setup(with episode:) functions and keep all the setup the same.