Skip to content

Instantly share code, notes, and snippets.

@ctrevarthen
Last active November 19, 2015 03:39
Show Gist options
  • Save ctrevarthen/27f780533be13826e7ee to your computer and use it in GitHub Desktop.
Save ctrevarthen/27f780533be13826e7ee to your computer and use it in GitHub Desktop.
ShopQuick - ProductCell with SWTableViewCell
import UIKit
import SWTableViewCell
class ProductCell : SWTableViewCell {
@IBOutlet weak var productNameLabel: UILabel!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment