Skip to content

Instantly share code, notes, and snippets.

@fadion
Created April 13, 2017 10:57
Show Gist options
  • Save fadion/eede04501d78b9c49825aa225e2484e2 to your computer and use it in GitHub Desktop.
Save fadion/eede04501d78b9c49825aa225e2484e2 to your computer and use it in GitHub Desktop.
class SomeComponentView: UIView {
let title: UILabel = {
// label setup
}()
let addToCart = AddToCartView()
// setup
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment