You've already forked MobileandWebTechnologiesCoursework-TaskMaster
mirror of
https://github.com/MrLyallCSIT/MobileandWebTechnologiesCoursework-TaskMaster.git
synced 2026-01-18 07:09:36 +00:00
20 lines
420 B
Objective-C
20 lines
420 B
Objective-C
//
|
|
// 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
|