Skip to content

Instantly share code, notes, and snippets.

@ElonPark
Created July 29, 2021 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ElonPark/494c544c9944698b2232e8ed5baac63b to your computer and use it in GitHub Desktop.
Save ElonPark/494c544c9944698b2232e8ed5baac63b to your computer and use it in GitHub Desktop.
UserListInteractor impl Reactor protocol
// MARK: - UserListInteractor
final class UserListInteractor:
PresentableInteractor<UserListPresentable>,
UserListInteractable,
UserListPresentableListener,
Reactor
{
/* ... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment