Repairs to Repository and Creation of Parse Security Key

This commit is contained in:
Alexander Davis
2017-04-08 00:50:26 +01:00
parent 480958b05b
commit 219378c12f
32 changed files with 1493 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
//
// ToDoListTableViewController.h
// Task Master
//
// Created by Alexander Davis on 05/04/2017.
// Copyright © 2017 Alexander Davis Computing and Media. All rights reserved.
//
#ifndef ToDoListTableViewController_h
#define ToDoListTableViewController_h
#endif /* ToDoListTableViewController_h */
@interface ToDoListTableViewController (Workaround)
-(IBAction)unwindToList: (UIStoryboardSegue *)segue;
@end