This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// MPC_NSOperation.h | |
// | |
// Created by Michael Critchley on 2017/11/14. | |
// Copyright © 2017 Michael Critchley. All rights reserved. | |
//***************** | |
//This is the parent class for all MPC_NSOperation objects. | |
//To use: | |
//1. Subclass this method |