Skip to content

Instantly share code, notes, and snippets.

@SURYAKANTSHARMA
Last active May 6, 2019 14:40
Show Gist options
  • Save SURYAKANTSHARMA/2bfba2bb056223f4b88c39c9bb1ce02a to your computer and use it in GitHub Desktop.
Save SURYAKANTSHARMA/2bfba2bb056223f4b88c39c9bb1ce02a to your computer and use it in GitHub Desktop.
class ProfileViewController: UIViewController {
var user: User
convenience init(user: User) {
self.init(nibName:nil, bundle:nil)
self.user = user
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment