Skip to content

Instantly share code, notes, and snippets.

@alfian0
Created August 30, 2018 13:33
Show Gist options
  • Save alfian0/c220aba83c5ccbb3bd4bd67317f49695 to your computer and use it in GitHub Desktop.
Save alfian0/c220aba83c5ccbb3bd4bd67317f49695 to your computer and use it in GitHub Desktop.
import UIKit
class LoginViewController: UIViewController {
var viewModel: UserViewModel
override func viewDidLoad() {
super.viewDidLoad()
}
}
struct User {
let username: String
let password: String
}
class UserViewModel {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment