Skip to content

Instantly share code, notes, and snippets.

@jsryudev
Last active December 24, 2020 05:39
Show Gist options
  • Save jsryudev/97fa91d344a504f08923acbd8ae99493 to your computer and use it in GitHub Desktop.
Save jsryudev/97fa91d344a504f08923acbd8ae99493 to your computer and use it in GitHub Desktop.
[Empty Reactor]empty reactor
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