Created
July 29, 2021 03:01
-
-
Save ElonPark/494c544c9944698b2232e8ed5baac63b to your computer and use it in GitHub Desktop.
UserListInteractor impl Reactor protocol
This file contains 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
// 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