Skip to content

Instantly share code, notes, and snippets.

@srdanrasic
Created December 9, 2017 21:55
Show Gist options
  • Save srdanrasic/0c65b6ea71533f65372f4feb68fa22d3 to your computer and use it in GitHub Desktop.
Save srdanrasic/0c65b6ea71533f65372f4feb68fa22d3 to your computer and use it in GitHub Desktop.
public class ProductView: UIView {
public let titleLabel = UILabel(style: Stylesheet.Product.title)
public let imageView = UIImageView(style: Stylesheet.Product.image)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment