Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Rashidium/3e2f467de3d94d107bf826ee80e7d335 to your computer and use it in GitHub Desktop.
FeedWorker
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