Forward messages one object to another by delegates, multicasting these messages to multiple observers..
Step 1:- Create NSObject class of RRMulticastDelegate
Step 2:- Following code implement in RRMulticastDelegate.h file
#import <Foundation/Foundation.h>
@interface RRMulticastDelegate ...