Skip to content

Instantly share code, notes, and snippets.

@fareast555
fareast555 / MPC_NSOperation.h
Last active November 19, 2020 16:46
A sub-classable NSOperation subclass useful for NSOperationQueues connected by adapter blocks, followed by a convenience NSOperationQueue category to wire your custom MPC_NSOperation and NSBlockOperations together.
//
// 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