Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Last active March 14, 2019 10:40
Show Gist options
  • Save IsaAliev/f9b2459e0cf29631f6db413209ed6cd2 to your computer and use it in GitHub Desktop.
Save IsaAliev/f9b2459e0cf29631f6db413209ed6cd2 to your computer and use it in GitHub Desktop.
import UIKit
class ViewController: UIViewController, StateAwareView, AlertStateStrategyProvider, LoadingStateStrategyProvider {
var model = ViewModel()
override func viewDidLoad() {
super.viewDidLoad()
bindWithState()
model.setup()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment