Skip to content

Instantly share code, notes, and snippets.

@Rashidium
Last active January 26, 2021 14:48
Show Gist options
  • Select an option

  • Save Rashidium/fe658974bb7d3a5ba47dae8067d2f9b3 to your computer and use it in GitHub Desktop.

Select an option

Save Rashidium/fe658974bb7d3a5ba47dae8067d2f9b3 to your computer and use it in GitHub Desktop.
FeedPresenter
import Foundation
protocol FeedPresentationLogic: AnyObject {
}
final class FeedPresenter: FeedPresentationLogic {
weak var viewController: FeedDisplayLogic?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment