Skip to content

Instantly share code, notes, and snippets.

@rizumita
Created December 25, 2020 12:41
Show Gist options
  • Save rizumita/a112ef202a5b4831ab8fd0224a53c635 to your computer and use it in GitHub Desktop.
Save rizumita/a112ef202a5b4831ab8fd0224a53c635 to your computer and use it in GitHub Desktop.
private let state: BehaviorRelay<String> = .init(value: "!!!")
...
public func doSomething() -> Observable<String> {
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment