Skip to content

Commit

Permalink
Removed IBDesignable from cell classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheBerman committed Feb 12, 2016
1 parent 61dd540 commit 5c65092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PatronKit/Cells/PatronageOptionTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import UIKit

@IBDesignable class PatronageOptionTableViewCell: UITableViewCell {
class PatronageOptionTableViewCell: UITableViewCell {

var productLabel: UILabel = UILabel()
var priceLabel : RoundedLabel = RoundedLabel()
Expand Down
2 changes: 1 addition & 1 deletion PatronKit/Cells/PlainTextTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import UIKit

@IBDesignable class PlainTextTableViewCell: UITableViewCell {
class PlainTextTableViewCell: UITableViewCell {

var primaryLabel: UILabel = UILabel()

Expand Down

0 comments on commit 5c65092

Please sign in to comment.