Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eofster/2a085c902235853b207e to your computer and use it in GitHub Desktop.
Save eofster/2a085c902235853b207e to your computer and use it in GitHub Desktop.
View controller with dependency injected in property
class PhotoDetailViewController: UIViewController {
var photo: Photo!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment