Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created July 2, 2020 07:27
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 stevencurtis/6a8a71e52e9ea5110c5a2b3949968885 to your computer and use it in GitHub Desktop.
Save stevencurtis/6a8a71e52e9ea5110c5a2b3949968885 to your computer and use it in GitHub Desktop.
mainstore
var mainStore: BehaviorRelay<State> = BehaviorRelay<State>(value: InitialState())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment