Skip to content

Instantly share code, notes, and snippets.

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