Created
December 9, 2017 21:55
-
-
Save srdanrasic/0c65b6ea71533f65372f4feb68fa22d3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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