Skip to content

Instantly share code, notes, and snippets.

@codebeaulieu
Created June 16, 2015 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codebeaulieu/600db61b8bb80bf4d7fb to your computer and use it in GitHub Desktop.
Save codebeaulieu/600db61b8bb80bf4d7fb to your computer and use it in GitHub Desktop.
timingcell
import UIKit
class TimingCell: UITableViewCell {
@IBOutlet weak var timingLabel: UILabel!
@IBOutlet weak var savedTimeLabel: UIButton!
@IBAction func handleTimeButtonPressed(sender: UIButton) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment