Last active
January 26, 2021 14:48
-
-
Save Rashidium/fe658974bb7d3a5ba47dae8067d2f9b3 to your computer and use it in GitHub Desktop.
FeedPresenter
This file contains hidden or 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
| 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