Skip to content

Instantly share code, notes, and snippets.

@devxoul
Created March 31, 2018 14:06
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 devxoul/65c1bdcae3636503f5c3330b36fc1cad to your computer and use it in GitHub Desktop.
Save devxoul/65c1bdcae3636503f5c3330b36fc1cad to your computer and use it in GitHub Desktop.
import ReactorKit
import RxSwift
class UserViewController: UIViewController, View {
var disposeBag = DisposeBag()
func bind(reactor: UserViewReactor) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment