Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created October 10, 2018 08:48
Show Gist options
  • Save IsaAliev/82f6f5a211b169f573b6bc6647c53eb3 to your computer and use it in GitHub Desktop.
Save IsaAliev/82f6f5a211b169f573b6bc6647c53eb3 to your computer and use it in GitHub Desktop.
import UIKit
class ViewController: UIViewController, AlertPresentableView {
var model = ViewModel()
override func viewDidLoad() {
super.viewDidLoad()
bindToAlerts()
model.setup()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment