Last active
December 24, 2020 05:39
-
-
Save jsryudev/97fa91d344a504f08923acbd8ae99493 to your computer and use it in GitHub Desktop.
[Empty Reactor]empty reactor
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 ReactorKit | |
final class MainTabBarViewReactor: Reactor { | |
typealias Action = NoAction | |
struct State { | |
} | |
let initialState: State = State() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment