Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import UIKit
  2.  
  3. protocol TodoTableViewCellDelegate {
  4. func checked(tableViewCell:UITableViewCell)
  5. func unchecked(tableViewCell:UITableViewCell)
  6. func trash(tableViewCell:UITableViewCell)
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement