Last active
November 19, 2015 03:39
-
-
Save ctrevarthen/27f780533be13826e7ee to your computer and use it in GitHub Desktop.
ShopQuick - ProductCell with SWTableViewCell
This file contains hidden or 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
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