Guest User

Untitled

a guest
Jun 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. class ViewController: UITableViewController {
  2.  
  3. override func viewDidLoad() {
  4. super.viewDidLoad()
  5. // Do any additional setup after loading the view, typically from a nib.
  6. }
  7.  
  8. override func didReceiveMemoryWarning() {
  9. super.didReceiveMemoryWarning()
  10. // Dispose of any resources that can be recreated.
  11. }
  12.  
  13. @IBAction func close(segue: UIStoryboardSegue) {
  14. print("Hey")
  15. }
  16. }
Add Comment
Please, Sign In to add comment