I have class A that's set as a delegate for class B. How it works currently is a method from class A uses an instance of class B to call a method. After B's method is done executing, it call a delegate method implemented in A. I have class A that's set as a delegate for cla