Last active
January 26, 2021 14:47
-
-
Save Rashidium/3e2f467de3d94d107bf826ee80e7d335 to your computer and use it in GitHub Desktop.
FeedWorker
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 FeedWorkingLogic: AnyObject { | |
| } | |
| final class FeedWorker: FeedWorkingLogic { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment