Skip to content

Instantly share code, notes, and snippets.

@Quaggie
Created March 14, 2018 17:24
Show Gist options
  • Save Quaggie/ca5ff9e340937ca898040365b35d0b17 to your computer and use it in GitHub Desktop.
Save Quaggie/ca5ff9e340937ca898040365b35d0b17 to your computer and use it in GitHub Desktop.
private let imgView: UIImageView = {
return UIImageView()
}()
private let titleLabel: UILabel = {
return UILabel()
}()
private let subtitleLabel: UILabel = {
return UILabel()
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment