public class ProductView: UIView { public let titleLabel = UILabel(style: Stylesheet.Product.title) public let imageView = UIImageView(style: Stylesheet.Product.image) }