SimpleAspects - part of AspectCocoa
MethodSwizzling provides some useful information pertaining to my implementation…
Suppose we have an OriginalClass that has a few methods c, and d: for instance… Then we could use the following code to wrap c and d: with some extra code that gets executed before and after the original c and d: are called
//code